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

@injectivelabs/exceptions

Package Overview
Dependencies
Maintainers
9
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/exceptions - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

9

dist/exceptions/LedgerException.js

@@ -23,2 +23,11 @@ "use strict";

}
if (message.includes('No device selected.')) {
this.setMessage('Please make sure your Ledger device is connected, unlocked and your Ethereum app is open');
}
if (message.includes('Unable to set device configuration.')) {
this.setMessage('Please restart your Ledger device and try connecting again');
}
if (message.includes('Cannot read properties of undefined')) {
this.setMessage('Please make sure your Ledger device is connected');
}
}

@@ -25,0 +34,0 @@ }

4

package.json
{
"name": "@injectivelabs/exceptions",
"description": "List of exceptions that can be reused throughout Injective's projects.",
"version": "1.0.18",
"version": "1.0.19",
"license": "MIT",

@@ -40,3 +40,3 @@ "main": "dist/index.js",

},
"gitHead": "ecd73936014524abd1f9d997b56a5155c807b444"
"gitHead": "f267784f4c2c994e9f21ca1190b436c3e6ba7634"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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