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.0 to 1.4.1

esm/core/src/consts.d.ts.map

16

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

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

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

@@ -48,2 +48,6 @@ "./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",
"@noble/hashes": "^1.4.0"

@@ -50,0 +54,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