Socket
Socket
Sign inDemoInstall

@stablelib/keyagreement

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.1 to 1.0.0

4

keyagreement.ts
// Copyright (C) 2016 Dmitry Chestnykh
// MIT License. See LICENSE file for details.
/**
* Package keyagreement provides interface for key agreement.
*/
export interface KeyAgreement {

@@ -5,0 +9,0 @@ /** Offer message length in bytes */

@@ -0,1 +1,4 @@

/**
* Package keyagreement provides interface for key agreement.
*/
export interface KeyAgreement {

@@ -2,0 +5,0 @@ /** Offer message length in bytes */

6

package.json
{
"name": "@stablelib/keyagreement",
"version": "0.5.1",
"version": "1.0.0",
"description": "Key agreement interface declaration and utilities",

@@ -17,5 +17,5 @@ "main": "./lib/keyagreement.js",

"dependencies": {
"@stablelib/bytes": "^0.5.0"
"@stablelib/bytes": "^1.0.0"
},
"gitHead": "bfc2e6b7c9c3f31c7bb3610b8a0c09d3ef3613ca"
"gitHead": "c3b9e138650642a738a9225956c75dbe44c76ae6"
}
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