$ cnpm install uncrypto
This library provides a single api to use web-crypto and Subtle Crypto in both Node.js using Crypto Module and Web targets using Web Crypto API using Conditional Exports.
Requirements:
globalThis.crypto and globalThis.crypto.subtle. (you can polyfill if neeeded)Install package:
# npm
npm install uncrypto
# yarn
yarn add uncrypto
# pnpm
pnpm install uncrypto
Import:
// ESM
import { subtle, randomUUID, getRandomValues } from "uncrypto";
// CommonJS
const { subtle, randomUUID, getRandomValues } = require("uncrypto");
corepack enablepnpm installpnpm devMade with ????
Published under MIT License.
Copyright 2013 - present © cnpmjs.org | Home |