Socket
Socket
Sign inDemoInstall

curve25519-n

Package Overview
Dependencies
14
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

README.md

36

package.json
{
"name": "curve25519-n",
"description": "A binding to the curve25519-donna library.",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"name": "curve25519-n",
"description": "A binding to the curve25519-donna library.",
"keywords": [
"native",
"cryptography",
"curve25519",
"node",
"bindings",
"hap"
],
"version": "1.2.0",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {

@@ -20,12 +28,14 @@ "type": "git",

},
"maintainers": [
"maintainers": [
{
"name": "volschin",
"email": "volschin@googlemail.com"
}],
"license": "ISC",
}
],
"homepage": "https://github.com/volschin/node-curve25519",
"license": "ISC",
"dependencies": {
"nan": "^2.0.9",
"bindings": "~1.2.1"
}
"nan": "^2.8.0",
"bindings": "~1.3.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc