Socket
Socket
Sign inDemoInstall

@0xsequence/provider

Package Overview
Dependencies
Maintainers
4
Versions
504
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/provider - npm Package Compare versions

Comparing version 0.24.1 to 0.25.0

18

CHANGELOG.md
# @0xsequence/provider
## 0.25.0
### Minor Changes
- 10c8af8: Add estimator package
Fix multicall few calls bug
### Patch Changes
- Updated dependencies [10c8af8]
- @0xsequence/abi@0.25.0
- @0xsequence/auth@0.25.0
- @0xsequence/config@0.25.0
- @0xsequence/network@0.25.0
- @0xsequence/transactions@0.25.0
- @0xsequence/utils@0.25.0
- @0xsequence/wallet@0.25.0
## 0.24.1

@@ -4,0 +22,0 @@

16

package.json
{
"name": "@0xsequence/provider",
"version": "0.24.1",
"version": "0.25.0",
"description": "provider sub-package for Sequence",

@@ -16,9 +16,9 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/provider",

"dependencies": {
"@0xsequence/abi": "^0.23.0",
"@0xsequence/auth": "^0.24.1",
"@0xsequence/config": "^0.23.0",
"@0xsequence/network": "^0.23.0",
"@0xsequence/transactions": "^0.23.0",
"@0xsequence/utils": "^0.23.0",
"@0xsequence/wallet": "^0.24.1",
"@0xsequence/abi": "^0.25.0",
"@0xsequence/auth": "^0.25.0",
"@0xsequence/config": "^0.25.0",
"@0xsequence/network": "^0.25.0",
"@0xsequence/transactions": "^0.25.0",
"@0xsequence/utils": "^0.25.0",
"@0xsequence/wallet": "^0.25.0",
"@ethersproject/abstract-signer": "5.0.14",

@@ -25,0 +25,0 @@ "@ethersproject/hash": "^5.0.12",

@@ -98,3 +98,3 @@ import { OpenWalletIntent, ProviderMessage, InitState, EventType, WindowSessionParams } from '../../types'

// Open popup window on center of the app window
const windowSize = [450, 700]
const windowSize = [450, 750]
const windowPos = [

@@ -101,0 +101,0 @@ Math.abs(window.screenX + window.innerWidth / 2 - windowSize[0] / 2),

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