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 3.0.0 to 3.0.1

6

handshake-state.js

@@ -199,3 +199,3 @@ /* eslint-disable camelcase */

var protocolName = new TextEncoder('utf8').encode(`Noise_${handshakePattern}_25519_ChaChaPoly_BLAKE2b`)
var protocolName = Uint8Array.from(`Noise_${handshakePattern}_25519_ChaChaPoly_BLAKE2b`, toCharCode)

@@ -503,1 +503,5 @@ symmetricState.initializeSymmetric(state.symmetricState, protocolName)

}
function toCharCode (s) {
return s.charCodeAt(0)
}

2

package.json
{
"name": "noise-protocol",
"version": "3.0.0",
"version": "3.0.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