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

@arcblock/forge-wallet

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcblock/forge-wallet - npm Package Compare versions

Comparing version 0.31.0 to 0.32.0

10

package.json
{
"name": "@arcblock/forge-wallet",
"version": "0.31.0",
"version": "0.32.0",
"description": "Utility function to create and use an forge compatible crypto wallet",

@@ -27,3 +27,3 @@ "keywords": [

"jest": "^23.5.0",
"jsdoc-to-markdown": "^4.0.1"
"jsdoc-to-markdown": "^5.0.0"
},

@@ -50,7 +50,7 @@ "repository": {

"dependencies": {
"@arcblock/did": "^0.31.0",
"@arcblock/mcrypto": "^0.31.0",
"@arcblock/did": "^0.32.0",
"@arcblock/mcrypto": "^0.32.0",
"lodash.upperfirst": "^4.3.1"
},
"gitHead": "8a1383df459b266ca222a2bea0b12451e2f0de5d"
"gitHead": "9033d7fe2bab087a74a68e0662ce01b72c11bf2b"
}

@@ -1,6 +0,5 @@

# `@arcblock/forge-wallet`
![forge-wallet](https://www.arcblock.io/.netlify/functions/badge/?text=forge-wallet)
> Utility function to create and use a forge compatible wallet, the wallet is also DID compatible.
## Usage

@@ -34,4 +33,4 @@

const signature = wallet.sign(message);
assert.equal(signature, sig, "signature should match");
assert.ok(wallet.verify(message, signature), "signature should be verified");
assert.equal(signature, sig, 'signature should match');
assert.ok(wallet.verify(message, signature), 'signature should be verified');

@@ -42,5 +41,4 @@ const wallet2 = fromJSON(wallet.toJSON());

## 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