Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

did-method-key

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

did-method-key - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

5

CHANGELOG.md
# did:key driver ChangeLog
## 0.5.1 - 2020-02-27
### Changed
- Use x25519-key-pair@1.
## 0.5.0 - 2020-02-24

@@ -4,0 +9,0 @@

4

lib/driver.js
/*!
* Copyright (c) 2019 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2019-2020 Digital Bazaar, Inc. All rights reserved.
*/

@@ -7,3 +7,3 @@ 'use strict';

const {LDKeyPair} = require('crypto-ld');
const X25519KeyPair = require('x25519-key-pair');
const {X25519KeyPair} = require('x25519-key-pair');
const {constants: securityConstants} = require('security-context');

@@ -10,0 +10,0 @@

/*!
* Copyright (c) 2019 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2019-2020 Digital Bazaar, Inc. All rights reserved.
*/

@@ -4,0 +4,0 @@ 'use strict';

{
"name": "did-method-key",
"version": "0.5.0",
"version": "0.5.1",
"description": "A did:key method driver for did-io and standalone use.",

@@ -24,7 +24,7 @@ "homepage": "http://github.com/digitalbazaar/did-method-key",

"security-context": "^4.0.0",
"x25519-key-pair": "digitalbazaar/x25519-key-pair#initial"
"x25519-key-pair": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
"mocha": "^7.0.1"
},

@@ -31,0 +31,0 @@ "engines": {

/*!
* Copyright (c) 2019 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2019-2020 Digital Bazaar, Inc. All rights reserved.
*/

@@ -4,0 +4,0 @@ 'use strict';

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