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

@openzeppelin/defender-sdk-base-client

Package Overview
Dependencies
Maintainers
7
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openzeppelin/defender-sdk-base-client - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

2

lib/utils/network.d.ts
export type Network = SupportedNetwork | ForkedNetwork;
export type SupportedNetwork = PublicNetwork | CustomNetwork;
export type PublicNetwork = 'mainnet' | 'sepolia' | 'goerli' | 'xdai' | 'sokol' | 'fuse' | 'bsc' | 'bsctest' | 'fantom' | 'fantomtest' | 'moonbase' | 'moonriver' | 'moonbeam' | 'matic' | 'mumbai' | 'avalanche' | 'fuji' | 'arbitrum' | 'arbitrum-nova' | 'arbitrum-goerli' | 'optimism' | 'optimism-goerli' | 'celo' | 'alfajores' | 'harmony-s0' | 'harmony-test-s0' | 'aurora' | 'auroratest' | 'hedera' | 'hederatest' | 'zksync' | 'zksync-goerli' | 'base' | 'base-goerli' | 'linea-goerli' | 'linea' | 'mantle' | 'scroll-sepolia';
export type PublicNetwork = 'mainnet' | 'sepolia' | 'goerli' | 'xdai' | 'sokol' | 'fuse' | 'bsc' | 'bsctest' | 'fantom' | 'fantomtest' | 'moonbase' | 'moonriver' | 'moonbeam' | 'matic' | 'mumbai' | 'avalanche' | 'fuji' | 'arbitrum' | 'arbitrum-nova' | 'arbitrum-goerli' | 'optimism' | 'optimism-goerli' | 'celo' | 'alfajores' | 'harmony-s0' | 'harmony-test-s0' | 'aurora' | 'auroratest' | 'hedera' | 'hederatest' | 'zksync' | 'zksync-goerli' | 'base' | 'base-goerli' | 'linea-goerli' | 'linea' | 'mantle' | 'scroll' | 'scroll-sepolia';
export type CustomNetwork = 'x-dfk-avax-chain' | 'x-dfk-avax-chain-test' | 'x-security-alliance';

@@ -5,0 +5,0 @@ export type ForkedNetwork = string;

@@ -46,2 +46,3 @@ "use strict";

'mantle',
'scroll',
'scroll-sepolia',

@@ -102,3 +103,4 @@ ];

'mantle': 5000,
'scroll': 534352,
'scroll-sepolia': 534351,
};
{
"name": "@openzeppelin/defender-sdk-base-client",
"version": "1.3.0",
"version": "1.4.0",
"description": "",

@@ -18,6 +18,6 @@ "main": "./lib/index.js",

"@types/async-retry": "^1.4.4",
"aws-sdk": "^2.1366.0"
"aws-sdk": "^2.1487.0"
},
"dependencies": {
"amazon-cognito-identity-js": "^6.0.1",
"amazon-cognito-identity-js": "^6.3.6",
"async-retry": "^1.3.3"

@@ -24,0 +24,0 @@ },

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