Socket
Socket
Sign inDemoInstall

jodid25519

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

lib/eddsa.js

@@ -20,3 +20,3 @@ "use strict";

var utils = require('./utils');
var BigInteger = require('jsbn');
var BigInteger = require('jsbn').BigInteger;
var crypto = require('crypto');

@@ -23,0 +23,0 @@

{
"name": "jodid25519",
"version": "1.0.1",
"version": "1.0.2",
"description": "jodid25519 - Curve 25519-based cryptography",

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

"dependencies": {
"jsbn": "*"
"jsbn": "~0.1.0"
},

@@ -38,0 +38,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc