New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

noise-protocol

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noise-protocol - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

handshake-state.js

@@ -501,4 +501,4 @@ var sodium = require('sodium-native')

var obj = {publicKey: sodium.sodium_malloc(PKLEN), secretKey: sodium.sodium_malloc(SKLEN)}
dh.generateKeypair(obj.publicKey, obj.secretKey, seed)
dh.generateSeedKeypair(obj.publicKey, obj.secretKey, seed)
return obj
}
{
"name": "noise-protocol",
"version": "0.3.0",
"version": "0.3.1",
"description": "Javascript implementation of the Noise Protocol Framework based on libsodium",

@@ -5,0 +5,0 @@ "main": "index.js",

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