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

@injectivelabs/exceptions

Package Overview
Dependencies
Maintainers
11
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.30 to 1.0.31

3

dist/exceptions/LedgerException.js

@@ -40,3 +40,4 @@ "use strict";

}
if (message.includes('Ledger device: Condition of use not satisfied')) {
if (message.includes('Condition of use not satisfied') ||
message.includes('0x6985')) {
this.setMessage('The request has been rejected');

@@ -43,0 +44,0 @@ }

{
"name": "@injectivelabs/exceptions",
"description": "List of exceptions that can be reused throughout Injective's projects.",
"version": "1.0.30",
"version": "1.0.31",
"license": "Apache-2.0",

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

},
"gitHead": "e3b296c21ec2a9505bbecda2a184fa760db6883f"
"gitHead": "c648c9406160781c4d122ebf68bbd28ef384794f"
}

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