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

@arcblock/abt-did

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/abt-did - npm Package Compare versions

Comparing version 0.19.5 to 0.19.6

14

package.json
{
"name": "@arcblock/abt-did",
"version": "0.19.5",
"version": "0.19.6",
"description": "Javascript lib to work with ArcBlock DID",

@@ -31,6 +31,8 @@ "keywords": [

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

@@ -51,3 +53,3 @@ "bugs": {

},
"gitHead": "9ce644b3add8868c6d336e7ae068efc8f7002734"
"gitHead": "e55eff1292570746aaed41c57bb14319d07b09f1"
}

@@ -43,4 +43,8 @@ # `@arcblock/abt-did`

hash: types.HashType.SHA3,
})
});
console.log(`abt:did:${userDID}`);
```
## 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