Socket
Socket
Sign inDemoInstall

bnc-sdk

Package Overview
Dependencies
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bnc-sdk - npm Package Compare versions

Comparing version 4.6.1 to 4.6.2

1

dist/types/src/defaults.d.ts

@@ -6,3 +6,2 @@ export declare const networks: {

};
export declare const DEPRECATED_NETWORK_IDS: number[];
export declare const DEFAULT_RATE_LIMIT_RULES: {

@@ -9,0 +8,0 @@ points: number;

4

dist/types/src/types.d.ts

@@ -102,4 +102,4 @@ import type { Subject } from 'rxjs';

}
export declare type System = 'ethereum';
export declare type Network = 'main' | 'ropsten' | 'rinkeby' | 'goerli' | 'xdai' | 'matic-main' | 'matic-mumbai' | 'local';
export declare type System = 'bitcoin' | 'ethereum';
export declare type Network = 'main' | 'testnet' | 'ropsten' | 'rinkeby' | 'goerli' | 'kovan' | 'xdai' | 'bsc-main' | 'matic-main' | 'fantom-main' | 'matic-mumbai' | 'local';
export declare type Status = 'pending' | 'confirmed' | 'speedup' | 'cancel' | 'failed' | 'dropped' | 'simulated';

@@ -106,0 +106,0 @@ export interface InputOutput {

{
"name": "bnc-sdk",
"version": "4.6.1",
"version": "4.6.2",
"description": "SDK to connect to the blocknative backend via a websocket connection",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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