New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dsa-connect

Package Overview
Dependencies
Maintainers
3
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dsa-connect - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9-beta.0

dist/addresses/arbitrum/connectorsV2_M1.d.ts

19

dist/addresses/core.d.ts

@@ -42,2 +42,21 @@ export declare const core: {

};
42161: {
index: string;
list: string;
read: string;
versions: {
1: {
account: string;
connectors: string;
events: string;
};
2: {
accountProxy: string;
accountDefault: string;
implementations: string;
account: string;
connectors: string;
};
};
};
};

@@ -44,2 +44,21 @@ export declare const Addresses: {

};
42161: {
index: string;
list: string;
read: string;
versions: {
1: {
account: string;
connectors: string;
events: string;
};
2: {
accountProxy: string;
accountDefault: string;
implementations: string;
account: string;
connectors: string;
};
};
};
};

@@ -157,4 +176,17 @@ connectors: {

};
42161: {
versions: {
2: {
"AUTHORITY-A": string;
"BASIC-A": string;
"BASIC-B": string;
"BASIC-C": string;
"UNISWAP-V3-A": string;
"1INCH-A": string;
"WETH-A": string;
};
};
};
};
};
};

8

dist/dsa.d.ts

@@ -23,3 +23,3 @@ import Web3 from 'web3';

};
export declare type ChainId = 1 | 137;
export declare type ChainId = 1 | 137 | 42161;
export interface Instance {

@@ -83,3 +83,3 @@ id: number;

}, version?: 1 | 2 | undefined) => {
targets: void[];
targets: (string | void)[];
spells: string[];

@@ -171,6 +171,6 @@ };

}, version?: 1 | 2) => {
targets: void[];
targets: (string | void)[];
spells: string[];
}, never> | undefined) => Promise<{
targets: void[];
targets: (string | void)[];
spells: string[];

@@ -177,0 +177,0 @@ } | undefined>;

@@ -66,3 +66,3 @@ import { TransactionConfig } from 'web3-core';

}, version?: Version) => {
targets: void[];
targets: (string | void)[];
spells: string[];

@@ -69,0 +69,0 @@ };

{
"name": "dsa-connect",
"version": "0.4.8",
"version": "0.4.9-beta.0",
"description": "DSA connect",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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