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

@connectedyard/phin-ecdh

Package Overview
Dependencies
Maintainers
12
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@connectedyard/phin-ecdh - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

.idea/encodings.xml

7

package.json
{
"name": "@connectedyard/phin-ecdh",
"version": "1.0.3",
"version": "1.1.0",
"main": "index.js",

@@ -15,3 +15,6 @@ "dependencies": {

"install": "node-gyp-build",
"test": "mocha tests"
"test": "mocha tests",
"clean": "rm -r build",
"example": "node examples/example1.js",
"rebuild": "npm run clean && npm run install && npm run test"
},

@@ -18,0 +21,0 @@ "engines": {

@@ -7,2 +7,4 @@ (function () {

const TEST_PEER_PUBLIC_KEY = "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEH3YWXdYEy6DkHh0PxbmOeFl/SZPh\nA5FuIcvLI4NFBNz9A7L1cE1j6kBq30cfd+yK3IpPM2t2P+2zy0AAoFvRqQ==\n-----END PUBLIC KEY-----"
describe('ecdh', function () {

@@ -17,6 +19,3 @@

const PEER_PUBLIC_KEY_STRING = '-----BEGIN PUBLIC KEY-----\n' +
'MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEH3YWXdYEy6DkHh0PxbmOeFl/SZPh\n' +
'A5FuIcvLI4NFBNz9A7L1cE1j6kBq30cfd+yK3IpPM2t2P+2zy0AAoFvRqQ==\n' +
'-----END PUBLIC KEY-----\n'
const PEER_PUBLIC_KEY_STRING = TEST_PEER_PUBLIC_KEY

@@ -23,0 +22,0 @@ const ecdh = new ECDHSession()

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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