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

secret-handshake

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secret-handshake - npm Package Compare versions

Comparing version 1.1.16 to 1.1.17

test/low-order.js

9

package.json
{
"name": "secret-handshake",
"description": "a simple and highly private secure-channel protocol",
"version": "1.1.16",
"version": "1.1.17",
"homepage": "https://github.com/dominictarr/secret-handshake",

@@ -11,3 +11,3 @@ "repository": {

"dependencies": {
"chloride": "^2.2.7",
"chloride": "^2.2.8",
"deep-equal": "~1.0.0",

@@ -17,3 +17,4 @@ "explain-error": "^1.0.4",

"pull-handshake": "^1.1.1",
"pull-stream": "^3.4.5"
"pull-stream": "^3.4.5",
"sodium-native": "^1.10.3"
},

@@ -29,3 +30,3 @@ "devDependencies": {

"scripts": {
"prepublish": "npm ls && npm test",
"prepublishOnly": "npm ls && npm test",
"test": "set -e; for t in test/*.js; do node $t; done"

@@ -32,0 +33,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