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

@hpke/chacha20poly1305

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/chacha20poly1305 - 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

15

package.json
{
"name": "@hpke/chacha20poly1305",
"version": "1.3.1",
"version": "1.4.0",
"description": "A Hybrid Public Key Encryption (HPKE) module extension for ChaCha20/Poly1305",

@@ -15,3 +15,3 @@ "keywords": [

"author": "Ajitomi Daisuke",
"homepage": "https://github.com/dajiaji/hpke-js/tree/main/x/chacha20poly1305#readme",
"homepage": "https://github.com/dajiaji/hpke-js/tree/main/packages/chacha20poly1305#readme",
"repository": {

@@ -25,9 +25,9 @@ "type": "git",

},
"main": "./script/chacha20poly1305/mod.js",
"module": "./esm/chacha20poly1305/mod.js",
"types": "./esm/chacha20poly1305/mod.d.ts",
"main": "./script/mod.js",
"module": "./esm/mod.js",
"types": "./esm/mod.d.ts",
"exports": {
".": {
"import": "./esm/chacha20poly1305/mod.js",
"require": "./script/chacha20poly1305/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/ciphers": "^0.5.3"

@@ -47,0 +46,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