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

ethr-did-resolver

Package Overview
Dependencies
Maintainers
2
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 0.1.0 to 0.1.1

lib/__tests__/register-test.js

8

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

@@ -25,7 +25,9 @@ "main": "lib/register.js",

"build:webpack": "./node_modules/.bin/webpack lib/register.js",
"build": "yarn build:es5 && yarn test && yarn build:webpack"
"build": "yarn build:es5 && yarn test && yarn build:webpack",
"prepublishOnly": "yarn build"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
"collectCoverage": true,
"testURL": "http://localhost/"
},

@@ -32,0 +34,0 @@ "devDependencies": {

@@ -159,3 +159,3 @@ ---

id: "did:ethr:0xf3beac30c498d9e26865f34fcaa57dbb935b0d74#delegate-1",
type: "Secp256k1VerificationKey2018",
type: "Ed25519VerificationKey2018",
owner: "did:ethr:0xf3beac30c498d9e26865f34fcaa57dbb935b0d74",

@@ -162,0 +162,0 @@ publicKeyBase64: "uXww3nZ/CEzjCAFo7ikwU7ozsjXXEWoyY9KfFFCTa3E="

Sorry, the diff of this file is too big to display

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