You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@injectivelabs/exceptions

Package Overview
Dependencies
Maintainers
9
Versions
276
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

to
1.14.2-beta.2

6

dist/cjs/exceptions/LedgerException.js

@@ -35,2 +35,8 @@ "use strict";

}
if (message.includes('locked')) {
this.setMessage('Please make sure your Ledger device is connected, unlocked and your Ethereum app is open');
}
if (message.includes('CLA')) {
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.')) {

@@ -37,0 +43,0 @@ this.setMessage('Please restart your Ledger device and try connecting again');

@@ -32,2 +32,8 @@ import { ConcreteException } from '../exception';

}
if (message.includes('locked')) {
this.setMessage('Please make sure your Ledger device is connected, unlocked and your Ethereum app is open');
}
if (message.includes('CLA')) {
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.')) {

@@ -34,0 +40,0 @@ this.setMessage('Please restart your Ledger device and try connecting again');

4

package.json
{
"name": "@injectivelabs/exceptions",
"description": "List of exceptions that can be reused throughout Injective's projects.",
"version": "1.14.2-beta.1",
"version": "1.14.2-beta.2",
"sideEffects": false,

@@ -40,3 +40,3 @@ "license": "Apache-2.0",

},
"gitHead": "6f21f4fd7c022ce0691de02f588ed9482c21d9cd"
"gitHead": "f6b269c15c76a76d6669fd78304f8f7bcef71f1c"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet