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

@arcblock/did-util

Package Overview
Dependencies
Maintainers
1
Versions
577
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/did-util - npm Package Compare versions

Comparing version 0.19.5 to 0.19.6

12

package.json
{
"name": "@arcblock/did-util",
"description": "Helper function to calculate did",
"version": "0.19.5",
"version": "0.19.6",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",

@@ -20,3 +20,3 @@ "engines": {

"dependencies": {
"@arcblock/abt-did": "^0.19.5",
"@arcblock/abt-did": "^0.19.6",
"@arcblock/forge-message": "^0.21.0",

@@ -65,6 +65,8 @@ "@arcblock/forge-util": "^0.21.0",

"prepush": "CI=1 yarn test",
"test": "npm run lint && node tools/jest.js",
"coverage": "npm run lint && yarn test -- --coverage"
"generate-docs": "jsdoc2md lib/index.js > docs/README.md",
"format-docs": "remark . -o",
"test": "yarn lint && node tools/jest.js",
"coverage": "yarn lint && yarn test -- --coverage"
},
"gitHead": "9ce644b3add8868c6d336e7ae068efc8f7002734"
"gitHead": "e55eff1292570746aaed41c57bb14319d07b09f1"
}

@@ -13,2 +13,3 @@ # [**@arcblock/did-util**](https://github.com/arcblock/abt-did-js)

- [Usage](#usage)
- [Documentation](#documentation)

@@ -56,1 +57,5 @@ ## Install

```
## Documentation
For full documentation, checkout [README.md](./docs/README.md).
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