{"library":"uncrypto","type":"library","category":null,"description":"Uncrypto is a lightweight JavaScript library that provides a unified, cross-runtime API for cryptographic operations, abstracting the differences between the Web Crypto API in browsers and Node.js's native `crypto` module. Currently at version 0.1.3, it offers direct access to `SubtleCrypto` functionalities, `randomUUID`, and `getRandomValues` through a single import. The library leverages Node.js conditional exports to automatically adapt to the target environment (Node.js 15+ or modern browsers in secure contexts) without providing polyfills for older versions, thus maintaining a small footprint. Its primary differentiator is simplifying cryptographic development by eliminating environment-specific branching, allowing developers to write once and deploy across various JavaScript runtimes. The release cadence appears to be driven by feature enhancements and maintenance, reflecting its early-stage development and active development cycle.","language":"javascript","status":"active","version":"0.1.3","tags":["javascript","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install uncrypto","imports":["import { subtle } from 'uncrypto';","import { randomUUID } from 'uncrypto';","import { getRandomValues } from 'uncrypto';"]},{"cmd":"yarn add uncrypto","imports":[]},{"cmd":"pnpm add uncrypto","imports":[]}],"homepage":null,"github":"https://github.com/unjs/uncrypto","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/uncrypto","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/uncrypto/compatibility"}}