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

@walletconnect/web3-subprovider

Package Overview
Dependencies
Maintainers
1
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/web3-subprovider - npm Package Compare versions

Comparing version 1.0.0-beta.10 to 1.0.0-beta.11

10

package.json
{
"name": "@walletconnect/web3-subprovider",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Web3 Subprovider for WalletConnect",

@@ -57,9 +57,9 @@ "scripts": {

"dependencies": {
"@walletconnect/browser": "^1.0.0-beta.10",
"@walletconnect/qrcode-modal": "^1.0.0-beta.10",
"@walletconnect/browser": "^1.0.0-beta.11",
"@walletconnect/qrcode-modal": "^1.0.0-beta.11",
"@walletconnect/types": "^1.0.0-beta.10",
"@walletconnect/utils": "^1.0.0-beta.10",
"web3-provider-engine": "^15.0.0"
"@walletconnect/utils": "^1.0.0-beta.11",
"web3-provider-engine": "github:walletconnect/web3-provider-engine"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}

@@ -17,3 +17,3 @@ import WalletConnect from '@walletconnect/browser'

},
sendTransaction: async (txParams, cb) => {
processTransaction: async (txParams, cb) => {
const walletConnector = await this.getWalletConnector()

@@ -27,3 +27,3 @@ try {

},
signTransaction: async (txParams, cb) => {
processSignTransaction: async (txParams, cb) => {
const walletConnector = await this.getWalletConnector()

@@ -37,3 +37,3 @@ try {

},
signMessage: async (msgParams, cb) => {
processMessage: async (msgParams, cb) => {
const walletConnector = await this.getWalletConnector()

@@ -47,3 +47,3 @@ try {

},
signPersonalMessage: async (msgParams, cb) => {
processPersonalMessage: async (msgParams, cb) => {
const walletConnector = await this.getWalletConnector()

@@ -57,3 +57,3 @@ try {

},
signTypedMessage: async (msgParams, cb) => {
processTypedMessage: async (msgParams, cb) => {
const walletConnector = await this.getWalletConnector()

@@ -60,0 +60,0 @@ try {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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