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.10 to 2.2.11

chunk-7WDFQCI7.mjs

13

client/client.js

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

to = null,
tx_rid = null
tx_rid = null,
statuses = null
} = filter;

@@ -1964,3 +1965,11 @@ try {

getErc20WithdrawalsQueryObject(
{ network_id, token_address, beneficiary, from, to, tx_rid },
{
network_id,
token_address,
beneficiary,
from,
to,
tx_rid,
statuses
},
pageSize ? pageSize : null,

@@ -1967,0 +1976,0 @@ pageCursor ? pageCursor : null

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

to = null,
tx_rid = null
tx_rid = null,
statuses = null
} = filter;

@@ -1973,3 +1974,11 @@ try {

getErc20WithdrawalsQueryObject(
{ network_id, token_address, beneficiary, from, to, tx_rid },
{
network_id,
token_address,
beneficiary,
from,
to,
tx_rid,
statuses
},
pageSize ? pageSize : null,

@@ -1976,0 +1985,0 @@ pageCursor ? pageCursor : null

2

package.json
{
"name": "@chromia/bridge-client",
"version": "2.2.10",
"version": "2.2.11",
"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