Socket
Socket
Sign inDemoInstall

curve25519-n

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.5.0

2

index.js

@@ -13,3 +13,3 @@ var binding = require("bindings")("curve");

exports.makeSecretKey = function(mysecret) {
if (!mysecret instanceof Buffer)
if (!(mysecret instanceof Buffer))
throw 'mysecret must be a Buffer';

@@ -16,0 +16,0 @@ if (mysecret.length != 32)

@@ -12,3 +12,3 @@ {

],
"version": "1.4.0",
"version": "1.5.0",
"main": "index.js",

@@ -41,5 +41,5 @@ "scripts": {

"dependencies": {
"nan": "^2.10.0",
"bindings": "~1.3.0"
"nan": "^2.14.0",
"bindings": "~1.5.0"
}
}
node-curve25519
===============
[![npm version](https://badge.fury.io/js/curve25519-n.svg)](https://badge.fury.io/js/curve25519-n)
[![Build Status](https://travis-ci.org/volschin/node-curve25519.svg?branch=master)](https://travis-ci.org/volschin/node-curve25519)
[![Build Status](https://travis-ci.com/volschin/node-curve25519.svg?branch=master)](https://travis-ci.com/volschin/node-curve25519)
[![Build status](https://ci.appveyor.com/api/projects/status/ge3jjijetqp2lf4h?svg=true)](https://ci.appveyor.com/project/volschin/node-curve25519)

@@ -6,0 +6,0 @@ [![Known Vulnerabilities](https://snyk.io/test/npm/curve25519-n/badge.svg)](https://snyk.io/test/npm/curve25519-n)

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc