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 1.0.1 to 1.0.2

4

package.json
{
"name": "@stablelib/x25519",
"version": "1.0.1",
"version": "1.0.2",
"description": "X25519 key agreement (Curve25519)",

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

},
"gitHead": "03dadf27703120d54e6be8436525228ee1c4299b"
"gitHead": "d8b909d49245c040e5e4a59ff8c9b269fc1781ee"
}

@@ -82,3 +82,3 @@ // Copyright (C) 2016 Dmitry Chestnykh

describe("X25518KeyAgreement", () => {
describe("X25519KeyAgreement", () => {
it("should establish shared key", () => {

@@ -85,0 +85,0 @@ for (let i = 0; i < 5; i++) {

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