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

bedrock-did-io

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bedrock-did-io - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

5

CHANGELOG.md
# bedrock-did-io ChangeLog
## 6.0.2 - 2022-02-10
### Fixed
- Fix `didIo._cache` initialization.
## 6.0.1 - 2022-02-10

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

7

lib/main.js
/*!
* Copyright (c) 2020-2022 Digital Bazaar, Inc. All rights reserved.
*/
import * as didMethodKey from '@digitalbazaar/did-method-key';
import * as didVeresOne from 'did-veres-one';
import bedrock from 'bedrock';
import {CachedResolver} from '@digitalbazaar/did-io';
import * as didMethodKey from '@digitalbazaar/did-method-key';
import * as didVeresOne from 'did-veres-one';
import {LruCache} from '@digitalbazaar/lru-memoize';

@@ -18,3 +19,3 @@ import './config.js';

// update cache w/ bedrock configured value
didIo._cache = new CachedResolver(cfg.cache);
didIo._cache = new LruCache(cfg.cache);
});

@@ -21,0 +22,0 @@

{
"name": "bedrock-did-io",
"version": "6.0.1",
"version": "6.0.2",
"description": "Bedrock DID Client",

@@ -28,2 +28,3 @@ "main": "./lib",

"@digitalbazaar/did-method-key": "^2.0.0",
"@digitalbazaar/lru-memoize": "^2.1.0",
"did-veres-one": "14.0.0-beta.4",

@@ -30,0 +31,0 @@ "esm": "^3.2.25"

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