New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

did-veres-one

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

did-veres-one - npm Package Compare versions

Comparing version

to
10.0.1

5

CHANGELOG.md
# did-veres-one ChangeLog
## 10.0.1 - 2019-12-16
### Changed
- Fixed `didDocument.export()`.
## 10.0.0 - 2019-12-10

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

8

lib/VeresOneDidDoc.js

@@ -661,2 +661,7 @@ /*!

// Start the observer if necessary (generates patches for update())
if(!this.observer) {
this.observe();
}
// First, remove the old key

@@ -667,4 +672,5 @@ this.removeKey({id: keyId});

const newKey = await LDKeyPair.generate({type: keyType, passphrase});
newKey.id = this.generateKeyId({id: this.id, keyPair: newKey});
newKey.id = this.generateKeyId({did: this.id, keyPair: newKey});
newKey.controller = controller;
this.addKey({key: newKey, proofPurpose, controller});

@@ -671,0 +677,0 @@

2

package.json
{
"name": "did-veres-one",
"version": "10.0.0",
"version": "10.0.1",
"description": "A Decentralized Identifier utility library for Veres One",

@@ -5,0 +5,0 @@ "main": "lib/index.js",