Socket
Socket
Sign inDemoInstall

@arcblock/did

Package Overview
Dependencies
Maintainers
2
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 1.0.20 to 1.0.23

3

lib/index.d.ts

@@ -29,6 +29,7 @@ // Generate by [js2dts@0.3.3](https://github.com/whxaxes/js2dts#readme)

fromPublicKeyHash: (buffer: any, type: any) => string;
fromHash: (hash: string, role: any) => string;
fromHash: (hash: string, role?: any) => string;
toTypeInfo: (did: string, returnString?: boolean) => any;
toAddress: typeof toAddress;
toDid: typeof toDid;
toCompleteType: (info: any) => any;
fromTypeInfo: (type: any) => string;

@@ -35,0 +36,0 @@ isFromPublicKey: (did: string, pk: string) => boolean;

{
"name": "@arcblock/did",
"version": "1.0.20",
"version": "1.0.23",
"description": "Javascript lib to work with ArcBlock DID",

@@ -50,4 +50,4 @@ "keywords": [

"dependencies": {
"@arcblock/forge-util": "^1.0.20",
"@arcblock/mcrypto": "^1.0.20",
"@arcblock/forge-util": "^1.0.23",
"@arcblock/mcrypto": "^1.0.23",
"bn.js": "^5.0.0",

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

},
"gitHead": "eb3ccbe8fe02904478036c15607eeedea3e1c78e"
"gitHead": "d7fee6bf6a40544a85aaca8e313bfc1d13ffe54a"
}
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