Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hpke-js

Package Overview
Dependencies
Maintainers
0
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hpke-js - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

esm/deps/jsr.io/@std/assert/1.0.6/assertion_error.d.ts.map

21

package.json
{
"name": "hpke-js",
"version": "1.4.1",
"version": "1.4.2",
"description": "A Hybrid Public Key Encryption (HPKE) module for various JavaScript runtimes",

@@ -29,9 +29,9 @@ "keywords": [

},
"main": "./script/hpke-js/mod.js",
"module": "./esm/hpke-js/mod.js",
"types": "./esm/hpke-js/mod.d.ts",
"main": "./script/mod.js",
"module": "./esm/mod.js",
"types": "./esm/mod.d.ts",
"exports": {
".": {
"import": "./esm/hpke-js/mod.js",
"require": "./script/hpke-js/mod.js"
"import": "./esm/mod.js",
"require": "./script/mod.js"
},

@@ -48,6 +48,7 @@ "./package.json": "./package.json"

"dependencies": {
"@hpke/chacha20poly1305": "^1.3.0",
"@hpke/core": "^1.3.0",
"@hpke/dhkem-x25519": "^1.3.0",
"@hpke/dhkem-x448": "^1.3.0",
"@hpke/chacha20poly1305": "^1.4.1",
"@hpke/common": "^1.4.1",
"@hpke/core": "^1.4.1",
"@hpke/dhkem-x25519": "^1.4.1",
"@hpke/dhkem-x448": "^1.4.1",
"@noble/hashes": "^1.4.0"

@@ -54,0 +55,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc