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

@0xsequence/transactions

Package Overview
Dependencies
Maintainers
5
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/transactions - npm Package Compare versions

Comparing version 0.43.7 to 0.43.8

LICENSE

8

dist/declarations/src/types.d.ts
import { BigNumberish, BytesLike, providers } from 'ethers';
import { DecodedSignature, WalletConfig } from '@0xsequence/config';
import { WalletContext } from '@0xsequence/network';
declare type EthersTransactionRequest = providers.TransactionRequest;
declare type EthersTransactionResponse = providers.TransactionResponse;
type EthersTransactionRequest = providers.TransactionRequest;
type EthersTransactionResponse = providers.TransactionResponse;
export interface Transaction {

@@ -33,4 +33,4 @@ to: string;

}
export declare type Transactionish = TransactionRequest | TransactionRequest[] | Transaction | Transaction[];
export declare type SignedTransactions = {
export type Transactionish = TransactionRequest | TransactionRequest[] | Transaction | Transaction[];
export type SignedTransactions = {
digest: string;

@@ -37,0 +37,0 @@ chainId: BigNumberish;

{
"name": "@0xsequence/transactions",
"version": "0.43.7",
"version": "0.43.8",
"description": "transactions sub-package for Sequence",

@@ -11,11 +11,7 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/transactions",

"license": "Apache-2.0",
"scripts": {
"test": "yarn test:file tests/**/*.spec.ts",
"test:file": "TS_NODE_PROJECT=../../tsconfig.test.json mocha -r ts-node/register --timeout 30000",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@0xsequence/abi": "^0.43.7",
"@0xsequence/network": "^0.43.7",
"@0xsequence/utils": "^0.43.7"
"@0xsequence/abi": "^0.43.8",
"@0xsequence/config": "^0.43.8",
"@0xsequence/network": "^0.43.8",
"@0xsequence/utils": "^0.43.8"
},

@@ -31,3 +27,8 @@ "peerDependencies": {

"dist"
]
}
],
"scripts": {
"test": "pnpm test:file tests/**/*.spec.ts",
"test:file": "NODE_OPTIONS='--loader tsx' mocha --timeout 30000",
"typecheck": "tsc --noEmit"
}
}
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