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

@0xsequence/transactions

Package Overview
Dependencies
Maintainers
2
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.8.5 to 0.9.1

23

CHANGELOG.md
# @0xsequence/transactions
## 0.9.1
### Patch Changes
- - patch bump
- Updated dependencies [undefined]
- @0xsequence/abi@0.9.1
- @0xsequence/chaind@0.9.1
- @0xsequence/network@0.9.1
## 0.9.0
### Minor Changes
- - provider transport hardening
### Patch Changes
- Updated dependencies [undefined]
- @0xsequence/abi@0.9.0
- @0xsequence/chaind@0.9.0
- @0xsequence/network@0.9.0
## 0.8.5

@@ -4,0 +27,0 @@

12

package.json
{
"name": "@0xsequence/transactions",
"version": "0.8.5",
"version": "0.9.1",
"description": "transactions sub-package for Sequence",

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

"dependencies": {
"@0xsequence/abi": "^0.8.5",
"@0xsequence/chaind": "^0.8.5",
"@0xsequence/network": "^0.8.5",
"@ethersproject/abi": "^5.0.10",
"ethers": "^5.0.26"
"@0xsequence/abi": "^0.9.1",
"@0xsequence/chaind": "^0.9.1",
"@0xsequence/network": "^0.9.1",
"@ethersproject/abi": "^5.0.11",
"ethers": "^5.0.27"
},

@@ -24,0 +24,0 @@ "peerDependencies": {},

@@ -6,2 +6,4 @@ import { BigNumberish, BytesLike } from 'ethers'

// Transaction is a Sequence transaction payload. Note, we do not include gasPrice as an option in this form,
// as we expect the gasPrice to be optimally estimated by the transaction relayer.
export interface Transaction {

@@ -8,0 +10,0 @@ delegateCall: boolean

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