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

@0xsequence/abi

Package Overview
Dependencies
Maintainers
3
Versions
473
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/abi - npm Package Compare versions

Comparing version 0.9.6 to 0.10.0

6

CHANGELOG.md
# @0xsequence/abi
## 0.10.0
### Minor Changes
- Deployed new contracts with ERC1271 signer support
## 0.9.6

@@ -4,0 +10,0 @@

2

dist/declarations/src/wallet/factory.d.ts

@@ -8,5 +8,5 @@ export declare const abi: {

}[];
outputs: any[];
outputs: never[];
payable: boolean;
stateMutability: string;
}[];

@@ -5,3 +5,3 @@ export declare const abi: ({

constant: boolean;
inputs: any[];
inputs: never[];
outputs: {

@@ -26,3 +26,3 @@ type: string;

})[];
outputs: any[];
outputs: never[];
payable: boolean;

@@ -29,0 +29,0 @@ stateMutability: string;

@@ -8,3 +8,3 @@ export declare const abi: ({

}[];
outputs: any[];
outputs: never[];
payable: boolean;

@@ -16,3 +16,3 @@ stateMutability: string;

constant: boolean;
inputs: any[];
inputs: never[];
outputs: {

@@ -19,0 +19,0 @@ type: string;

@@ -76,3 +76,3 @@ export declare const abi: ({

name: string;
outputs: any[];
outputs: never[];
stateMutability: string;

@@ -79,0 +79,0 @@ type: string;

{
"name": "@0xsequence/abi",
"version": "0.9.6",
"version": "0.10.0",
"description": "abi sub-package for Sequence",

@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/abi",

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