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

ethr-did-resolver

Package Overview
Dependencies
Maintainers
8
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethr-did-resolver - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [2.3.0](https://github.com/decentralized-identity/ethr-did-resolver/compare/2.2.0...2.3.0) (2020-07-03)
### Bug Fixes
* **deps:** update dependency did-resolver to v1.1.0 ([ab47058](https://github.com/decentralized-identity/ethr-did-resolver/commit/ab470589d900f7abb97c80025405506b5ed422b8))
### Features
* add encryption key support for ethr-did-documents ([2f5825c](https://github.com/decentralized-identity/ethr-did-resolver/commit/2f5825cfa7540a470fea31c9dd89b873f659b2ec)), closes [#52](https://github.com/decentralized-identity/ethr-did-resolver/issues/52)
# [2.2.0](https://github.com/uport-project/ethr-did-resolver/compare/2.1.0...2.2.0) (2020-02-25)

@@ -2,0 +14,0 @@

52

package.json
{
"name": "ethr-did-resolver",
"version": "2.2.0",
"version": "2.3.0",
"description": "Resolve DID documents around ethereum addresses",

@@ -10,3 +10,3 @@ "main": "dist/ethr-did-resolver.js",

"type": "git",
"url": "https://github.com/uport-project/ethr-did-resolver.git"
"url": "https://github.com/decentralized-identity/ethr-did-resolver.git"
},

@@ -43,29 +43,29 @@ "files": [

"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"babel-jest": "^24.8.0",
"codecov": "^3.6.1",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^22.8.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"ganache-cli": "^6.8.2",
"jdom": "^3.1.0",
"jest": "^24.8.0",
"microbundle": "^0.11.0",
"regenerator-runtime": "^0.13.2",
"semantic-release": "^15.13.27",
"standard": "^13.0.2",
"truffle-contract": "^3.0.7"
"@babel/cli": "7.5.0",
"@babel/core": "7.5.4",
"@babel/preset-env": "7.5.4",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@semantic-release/changelog": "3.0.5",
"@semantic-release/git": "7.0.17",
"babel-jest": "24.8.0",
"codecov": "3.6.2",
"eslint-config-standard": "13.0.1",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-jest": "22.8.0",
"eslint-plugin-node": "9.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.0",
"ganache-cli": "6.8.2",
"jdom": "3.1.0",
"jest": "24.8.0",
"microbundle": "0.11.0",
"regenerator-runtime": "0.13.2",
"semantic-release": "15.13.28",
"standard": "13.0.2",
"truffle-contract": "3.0.7"
},
"dependencies": {
"buffer": "^5.1.0",
"did-resolver": "1.0.0",
"did-resolver": "1.1.0",
"ethjs-abi": "^0.2.1",

@@ -72,0 +72,0 @@ "ethjs-contract": "^0.1.9",

@@ -239,3 +239,3 @@ ---

import { Resolver } from 'did-resolver'
import getResolver from 'ethr-did-resolver'
import { getResolver } from 'ethr-did-resolver'

@@ -242,0 +242,0 @@ // You can set a rpc endpoint to be used by the web3 provider

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