5edm VS hpke-js

Compare 5edm vs hpke-js and see what are their differences.

5edm

end-to-end encrypted messaging on deno (by zaach)
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
5edm hpke-js
1 1
6 55
- -
10.0 9.1
over 1 year ago about 2 months ago
TypeScript TypeScript
- MIT License
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.

5edm

Posts with mentions or reviews of 5edm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-15.

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");

What are some alternatives?

When comparing 5edm and hpke-js you can also consider the following projects:

anytype-ts - Official Anytype client for MacOS, Linux, and Windows

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

chitchatter - Secure peer-to-peer chat that is serverless, decentralized, and ephemeral

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

simplex-chat - SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!

dnt - Deno to npm package build tool.

5edm-eliza