Socket
Socket
Sign inDemoInstall

@0xsequence/provider

Package Overview
Dependencies
Maintainers
7
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 1.9.2 to 1.9.3

20

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

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

"webextension-polyfill": "^0.10.0",
"@0xsequence/abi": "1.9.2",
"@0xsequence/account": "1.9.2",
"@0xsequence/auth": "1.9.2",
"@0xsequence/core": "1.9.2",
"@0xsequence/migration": "1.9.2",
"@0xsequence/network": "1.9.2",
"@0xsequence/relayer": "1.9.2",
"@0xsequence/utils": "1.9.2",
"@0xsequence/wallet": "1.9.2"
"@0xsequence/abi": "1.9.3",
"@0xsequence/account": "1.9.3",
"@0xsequence/auth": "1.9.3",
"@0xsequence/core": "1.9.3",
"@0xsequence/migration": "1.9.3",
"@0xsequence/network": "1.9.3",
"@0xsequence/relayer": "1.9.3",
"@0xsequence/utils": "1.9.3",
"@0xsequence/wallet": "1.9.3"
},

@@ -26,0 +26,0 @@ "peerDependencies": {

@@ -104,2 +104,8 @@ import {

.map(network => {
// don't double-append in the case the user has already included their access key in the rpc URL
if (network.rpcUrl.includes(projectAccessKey)) {
return network
}
// this will probably break non-sequence RPC provider URLs.
network.rpcUrl = network.rpcUrl + `/${projectAccessKey}`

@@ -106,0 +112,0 @@ return network

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