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

x25519-key-pair

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

x25519-key-pair - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

8

CHANGELOG.md
# x25519-key-pair ChangeLog
## 3.1.0 - 2020-10-08
### Changes
- Use node-forge@0.10.0.
- Update dev dependencies.
## 3.0.0 - 2020-08-01

@@ -16,3 +22,3 @@

- **BREAKING**: Changed the key fingerprint prefix to the recently registered
`multicodec` value of `0xec`.
`multicodec` value of `0xec`.

@@ -19,0 +25,0 @@ ## 1.0.0 - 2020-02-25

18

package.json
{
"name": "x25519-key-pair",
"version": "3.0.0",
"version": "3.1.0",
"description": "An X25519 (Curve25519) DH key implementation to work with the crypto-ld LDKeyPair API",

@@ -15,3 +15,3 @@ "main": "index.js",

"coverage-report": "nyc report",
"lint": "eslint 'lib/**.js' 'tests/**.js'"
"lint": "eslint ."
},

@@ -48,3 +48,3 @@ "files": [

"esm": "^3.2.22",
"node-forge": "^0.8.5",
"node-forge": "^0.10.0",
"tweetnacl": "^1.0.1"

@@ -62,14 +62,14 @@ },

"cross-env": "^5.2.0",
"eslint": "^6.4.0",
"eslint": "^7.10.0",
"eslint-config-digitalbazaar": "^2.0.1",
"eslint-plugin-jsdoc": "^15.8.0",
"karma": "^4.0.1",
"karma": "^5.2.3",
"karma-babel-preprocessor": "^8.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"mocha": "^6.1.4",
"karma-webpack": "^4.0.2",
"mocha": "^8.1.3",
"mocha-lcov-reporter": "^1.3.0",

@@ -76,0 +76,0 @@ "nyc": "^15.1.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