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

@hpke/dhkem-x448

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpke/dhkem-x448 - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

esm/deps/jsr.io/@std/internal/1.0.3/build_message.d.ts.map

13

package.json
{
"name": "@hpke/dhkem-x448",
"version": "1.3.1",
"version": "1.4.0",
"description": "A Hybrid Public Key Encryption (HPKE) module extension for X448",

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

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

@@ -44,3 +44,2 @@ "./package.json": "./package.json"

"dependencies": {
"@hpke/core": "^1.3.0",
"@noble/curves": "^1.4.2",

@@ -47,0 +46,0 @@ "@noble/hashes": "^1.4.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