Socket
Socket
Sign inDemoInstall

@stablelib/x25519

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stablelib/x25519 - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

2

lib/x25519.js

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

*/
var X25519KeyAgreement = (function () {
var X25519KeyAgreement = /** @class */ (function () {
function X25519KeyAgreement(secretSeed, prng) {

@@ -648,0 +648,0 @@ this.offerMessageLength = exports.OFFER_MESSAGE_LENGTH;

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

// client part, like in the test below.
var BadSource = (function () {
var BadSource = /** @class */ (function () {
function BadSource(v) {

@@ -49,0 +49,0 @@ if (v === void 0) { v = 0; }

{
"name": "@stablelib/x25519",
"version": "0.7.2",
"version": "0.7.3",
"description": "X25519 key agreement (Curve25519)",

@@ -19,3 +19,3 @@ "main": "./lib/x25519.js",

"@stablelib/keyagreement": "^0.5.0",
"@stablelib/random": "^0.7.2",
"@stablelib/random": "^0.7.3",
"@stablelib/wipe": "^0.5.0"

@@ -26,3 +26,4 @@ },

"@stablelib/hex": "^0.5.0"
}
},
"gitHead": "dd08cfe89bc89b4106f0c9705db6281dd7357b26"
}

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