hpke-js VS wrangler-legacy

Compare hpke-js vs wrangler-legacy and see what are their differences.

wrangler-legacy

🤠 Home to Wrangler v1 (deprecated) (by cloudflare)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
hpke-js wrangler-legacy
1 139
52 3,234
- -
9.1 7.3
about 1 month ago 9 months ago
TypeScript Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hpke-js

Posts with mentions or reviews of hpke-js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-06.
  • Write once, run anywhere with Deno and Dnt
    8 projects | dev.to | 6 Jul 2022
    import { build, emptyDir } from "dnt"; await emptyDir("./npm"); await build({ entryPoints: ["./mod.ts"], outDir: "./npm", typeCheck: true, test: true, declaration: true, scriptModule: "umd", importMap: "./import-map.json", compilerOptions: { lib: ["es2021", "dom"], }, shims: { deno: "dev", }, package: { name: "hpke-js", version: Deno.args[0], description: "A Hybrid Public Key Encryption (HPKE) module for web browsers, Node.js and Deno", repository: { type: "git", url: "git+https://github.com/dajiaji/hpke-js.git", }, homepage: "https://github.com/dajiaji/hpke-js#readme", license: "MIT", main: "./script/mod.js", types: "./types/mod.d.ts", exports: { ".": { "import": "./esm/mod.js", "require": "./script/mod.js", }, "./package.json": "./package.json", }, keywords: [ "hpke", // ...省略 ], engines: { "node": ">=16.0.0", }, author: "Ajitomi Daisuke", bugs: { url: "https://github.com/dajiaji/hpke-js/issues", }, }, }); // post build steps Deno.copyFileSync("LICENSE", "npm/LICENSE"); Deno.copyFileSync("README.md", "npm/README.md");

wrangler-legacy

Posts with mentions or reviews of wrangler-legacy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-19.

What are some alternatives?

When comparing hpke-js and wrangler-legacy you can also consider the following projects:

isomorphic-webcrypto - :game_die: webcrypto library for Node, React Native and IE11+

miniflare - 🔥 Fully-local simulator for Cloudflare Workers. For the latest version, see https://github.com/cloudflare/workers-sdk/tree/main/packages/miniflare.

5edm - end-to-end encrypted messaging on deno

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production

esm.sh - A fast, smart, & global CDN for modern(es2015+) web development.

Visual Studio Code - Visual Studio Code

dnt - Deno to npm package build tool.

wasmtime - A fast and secure runtime for WebAssembly

nvm - Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

supabase - The open source Firebase alternative.

Svelte - Cybernetically enhanced web apps

hono - Web Framework built on Web Standards