New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

exonum-bundle-client

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exonum-bundle-client - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

3

lib/index.js

@@ -312,2 +312,5 @@ 'use strict';

// Find wallet in the tree of all wallets
if (Object.keys(data.wallet.value).length === 0) {
throw new Error('Invalid wallets tree');
}
if (Object.keys(data.wallet.value).length === 0 && data.wallet.value.constructor === Object) {

@@ -314,0 +317,0 @@ return {};

2

package.json
{
"name": "exonum-bundle-client",
"version": "0.3.2",
"version": "0.3.3",
"description": "Bundle client",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

Sorry, the diff of this file is too big to display

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