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

defender-base-client

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

defender-base-client - npm Package Compare versions

Comparing version 1.4.0-rc.1 to 1.5.0

2

lib/utils/network.d.ts

@@ -1,2 +0,2 @@

export declare type Network = 'mainnet' | 'ropsten' | 'rinkeby' | 'kovan' | 'goerli' | 'xdai' | 'sokol' | 'fuse';
export declare type Network = 'mainnet' | 'ropsten' | 'rinkeby' | 'kovan' | 'goerli' | 'xdai' | 'sokol' | 'fuse' | 'bsc' | 'bsctest' | 'fantom' | 'fantomtest' | 'moonbase';
export declare const Networks: Network[];

@@ -3,0 +3,0 @@ export declare function isValidNetwork(text: string): text is Network;

@@ -5,3 +5,17 @@ "use strict";

const lodash_1 = require("lodash");
exports.Networks = ['mainnet', 'ropsten', 'rinkeby', 'kovan', 'goerli', 'xdai', 'sokol', 'fuse'];
exports.Networks = [
'mainnet',
'rinkeby',
'ropsten',
'kovan',
'goerli',
'xdai',
'sokol',
'fuse',
'bsc',
'bsctest',
'fantom',
'fantomtest',
'moonbase',
];
function isValidNetwork(text) {

@@ -28,2 +42,7 @@ return exports.Networks.includes(text);

fuse: 122,
bsc: 56,
bsctest: 97,
fantom: 250,
fantomtest: 0xfa2,
moonbase: 1287,
};
{
"name": "defender-base-client",
"version": "1.4.0-rc.1",
"version": "1.5.0",
"description": "",

@@ -29,3 +29,3 @@ "main": "./lib/index.js",

},
"gitHead": "4b866d3ff5cb111d86483019b9acdf5c29c5e986"
"gitHead": "88ad6167fbff20b27770af4083029e9b021ebde0"
}

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