Socket
Socket
Sign inDemoInstall

@arcblock/did

Package Overview
Dependencies
Maintainers
1
Versions
518
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/did - npm Package Compare versions

Comparing version 0.27.11 to 0.27.12

2

lib/index.js

@@ -15,3 +15,5 @@ /**

const { DID_PREFIX, toBits, toBytes, toStrictHex } = require('./util');
// eslint-disable-next-line
const debug = require('debug')(require('../package.json').name);
const { types, getSigner, getHasher } = Mcrypto;

@@ -18,0 +20,0 @@

9

package.json
{
"name": "@arcblock/did",
"version": "0.27.11",
"version": "0.27.12",
"description": "Javascript lib to work with ArcBlock DID",

@@ -35,2 +35,3 @@ "keywords": [

"lint": "eslint tests lib",
"lint:fix": "eslint --fix tests lib",
"generate-docs": "jsdoc2md lib/index.js > docs/README.md",

@@ -48,4 +49,4 @@ "generate-dts": "j2d lib/index.js",

"dependencies": {
"@arcblock/forge-util": "^0.27.0",
"@arcblock/mcrypto": "^0.27.11",
"@arcblock/forge-util": "^0.27.12",
"@arcblock/mcrypto": "^0.27.12",
"base64-url": "^2.2.0",

@@ -57,3 +58,3 @@ "debug": "^4.1.1",

},
"gitHead": "2f8546fd7257926b7452e2be68d0485e6b4ffdd1"
"gitHead": "069aee977b5c5b4a61fa9f0ef03f887cdf739c62"
}
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