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

@arcblock/forge-wallet

Package Overview
Dependencies
Maintainers
2
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.40.10 to 0.40.11

2

lib/index.js

@@ -55,3 +55,3 @@ /**

function WalletType(type = defaultWalletType) {
const { role, pk, hash } = type;
const { role, pk, hash } = Object.assign({}, defaultWalletType, type);
Object.keys(type).forEach(x => {

@@ -58,0 +58,0 @@ const key = upperFirst(`${mapping[x] || x}Type`);

{
"name": "@arcblock/forge-wallet",
"version": "0.40.10",
"version": "0.40.11",
"description": "Utility function to create and use an forge compatible crypto wallet",

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

},
"gitHead": "de0df238a688090dd9de47bcd67893d9cf576bad"
"gitHead": "6e868b45a55ceaeccd0efaaf48f757d4ce25d303"
}
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