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

@chromia/bridge-client

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chromia/bridge-client - npm Package Compare versions

Comparing version 2.2.4 to 2.2.5

chunk-WDGGHVG2.mjs

8

client/client.js

@@ -1796,3 +1796,9 @@ "use strict";

return __async(this, null, function* () {
return yield tokenBridge.deposit(options.tokenAddress, amount);
try {
return yield tokenBridge.deposit(options.tokenAddress, amount);
} catch (error) {
throw new EvmBridgeTransactionError(
`Failed to deposit to EVM bridge contract: ${error}`
);
}
});

@@ -1799,0 +1805,0 @@ },

@@ -1804,3 +1804,9 @@ "use strict";

return __async(this, null, function* () {
return yield tokenBridge.deposit(options.tokenAddress, amount);
try {
return yield tokenBridge.deposit(options.tokenAddress, amount);
} catch (error) {
throw new EvmBridgeTransactionError(
`Failed to deposit to EVM bridge contract: ${error}`
);
}
});

@@ -1807,0 +1813,0 @@ },

2

package.json
{
"name": "@chromia/bridge-client",
"version": "2.2.4",
"version": "2.2.5",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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