Socket
Socket
Sign inDemoInstall

@0xsequence/abi

Package Overview
Dependencies
Maintainers
5
Versions
453
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.25.1 to 0.27.0

dist/declarations/src/wallet/libs/requireFreshSigners.d.ts

6

CHANGELOG.md
# @0xsequence/abi
## 0.27.0
### Minor Changes
- Add requireFreshSigner lib to sessions
## 0.25.1

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

38

dist/0xsequence-abi.cjs.dev.js

@@ -5,3 +5,3 @@ 'use strict';

const abi$4 = [{
const abi$5 = [{
type: 'function',

@@ -27,7 +27,7 @@ name: 'isValidSignature',

__proto__: null,
abi: abi$4,
abi: abi$5,
returns: returns
});
const abi$3 = [{
const abi$4 = [{
type: 'function',

@@ -48,6 +48,6 @@ name: 'deploy',

__proto__: null,
abi: abi$3
abi: abi$4
});
const abi$2 = [{
const abi$3 = [{
type: 'function',

@@ -158,6 +158,6 @@ name: 'nonce',

__proto__: null,
abi: abi$2
abi: abi$3
});
const abi$1 = [{
const abi$2 = [{
type: 'function',

@@ -186,6 +186,6 @@ name: 'updateImageHash',

__proto__: null,
abi: abi$1
abi: abi$2
});
const abi = [{
const abi$1 = [{
inputs: [{

@@ -586,2 +586,19 @@ internalType: "address",

__proto__: null,
abi: abi$1
});
const abi = [{
inputs: [{
internalType: "address",
name: "",
type: "address"
}],
name: "requireFreshSigner",
outputs: [],
stateMutability: "nonpayable",
type: "function"
}];
var requireFreshSigner = /*#__PURE__*/Object.freeze({
__proto__: null,
abi: abi

@@ -595,5 +612,6 @@ });

mainModuleUpgradable,
sequenceUtils
sequenceUtils,
requireFreshSigner
};
exports.walletContracts = walletContracts;

@@ -5,3 +5,3 @@ 'use strict';

const abi$4 = [{
const abi$5 = [{
type: 'function',

@@ -27,7 +27,7 @@ name: 'isValidSignature',

__proto__: null,
abi: abi$4,
abi: abi$5,
returns: returns
});
const abi$3 = [{
const abi$4 = [{
type: 'function',

@@ -48,6 +48,6 @@ name: 'deploy',

__proto__: null,
abi: abi$3
abi: abi$4
});
const abi$2 = [{
const abi$3 = [{
type: 'function',

@@ -158,6 +158,6 @@ name: 'nonce',

__proto__: null,
abi: abi$2
abi: abi$3
});
const abi$1 = [{
const abi$2 = [{
type: 'function',

@@ -186,6 +186,6 @@ name: 'updateImageHash',

__proto__: null,
abi: abi$1
abi: abi$2
});
const abi = [{
const abi$1 = [{
inputs: [{

@@ -586,2 +586,19 @@ internalType: "address",

__proto__: null,
abi: abi$1
});
const abi = [{
inputs: [{
internalType: "address",
name: "",
type: "address"
}],
name: "requireFreshSigner",
outputs: [],
stateMutability: "nonpayable",
type: "function"
}];
var requireFreshSigner = /*#__PURE__*/Object.freeze({
__proto__: null,
abi: abi

@@ -595,5 +612,6 @@ });

mainModuleUpgradable,
sequenceUtils
sequenceUtils,
requireFreshSigner
};
exports.walletContracts = walletContracts;

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

const abi$4 = [{
const abi$5 = [{
type: 'function',

@@ -22,7 +22,7 @@ name: 'isValidSignature',

__proto__: null,
abi: abi$4,
abi: abi$5,
returns: returns
});
const abi$3 = [{
const abi$4 = [{
type: 'function',

@@ -43,6 +43,6 @@ name: 'deploy',

__proto__: null,
abi: abi$3
abi: abi$4
});
const abi$2 = [{
const abi$3 = [{
type: 'function',

@@ -153,6 +153,6 @@ name: 'nonce',

__proto__: null,
abi: abi$2
abi: abi$3
});
const abi$1 = [{
const abi$2 = [{
type: 'function',

@@ -181,6 +181,6 @@ name: 'updateImageHash',

__proto__: null,
abi: abi$1
abi: abi$2
});
const abi = [{
const abi$1 = [{
inputs: [{

@@ -581,2 +581,19 @@ internalType: "address",

__proto__: null,
abi: abi$1
});
const abi = [{
inputs: [{
internalType: "address",
name: "",
type: "address"
}],
name: "requireFreshSigner",
outputs: [],
stateMutability: "nonpayable",
type: "function"
}];
var requireFreshSigner = /*#__PURE__*/Object.freeze({
__proto__: null,
abi: abi

@@ -590,5 +607,6 @@ });

mainModuleUpgradable,
sequenceUtils
sequenceUtils,
requireFreshSigner
};
export { walletContracts };

@@ -6,2 +6,3 @@ import * as erc1271 from './erc1271';

import * as sequenceUtils from './sequenceUtils';
import * as requireFreshSigner from './libs/requireFreshSigners';
export declare const walletContracts: {

@@ -13,2 +14,3 @@ erc1271: typeof erc1271;

sequenceUtils: typeof sequenceUtils;
requireFreshSigner: typeof requireFreshSigner;
};
{
"name": "@0xsequence/abi",
"version": "0.25.1",
"version": "0.27.0",
"description": "abi sub-package for Sequence",

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

@@ -6,2 +6,3 @@ import * as erc1271 from './erc1271'

import * as sequenceUtils from './sequenceUtils'
import * as requireFreshSigner from './libs/requireFreshSigners'

@@ -13,3 +14,4 @@ export const walletContracts = {

mainModuleUpgradable,
sequenceUtils
sequenceUtils,
requireFreshSigner
}
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