hpke-js VS dnt

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

dnt

Deno to npm package build tool. (by denoland)
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 dnt
1 10
52 1,166
- 1.7%
9.1 7.6
about 1 month ago 9 days ago
TypeScript Rust
MIT License 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.

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

dnt

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

What are some alternatives?

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

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

klaro-js - Klaro Privacy Manager. An open-source, privacy-friendly & compliant consent manager for your website.

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

ts-runtime-comparison - Comparison of Node.js TypeScript runtimes

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

tsx - ⚡️ TypeScript Execute: Node.js enhanced to run TypeScript & ESM

undici - An HTTP/1.1 client, written from scratch for Node.js

is-bun - Return true if you are running in Bun.

deno - A modern runtime for JavaScript and TypeScript.

SvelteKit - web development, streamlined

denoify - 🦕For NPM module authors that would like to support Deno but do not want to write and maintain a port.