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

@walletconnect/core

Package Overview
Dependencies
Maintainers
1
Versions
594
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/core - npm Package Compare versions

Comparing version 1.0.0-beta.20 to 1.0.0-beta.21

6

package.json
{
"name": "@walletconnect/core",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"description": "Core Library for WalletConnect",

@@ -56,6 +56,6 @@ "scripts": {

"dependencies": {
"@walletconnect/types": "^1.0.0-beta.20",
"@walletconnect/utils": "^1.0.0-beta.20"
"@walletconnect/types": "^1.0.0-beta.21",
"@walletconnect/utils": "^1.0.0-beta.21"
},
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7"
}

@@ -172,3 +172,3 @@ import {

if (this._key) {
const key: string = convertArrayBufferToHex(this._key)
const key: string = convertArrayBufferToHex(this._key, true)
return key

@@ -616,3 +616,3 @@ }

case 'eth_chainId':
return convertUtf8ToHex(`${this.chainId}`, true)
return convertUtf8ToHex(`${this.chainId}`)
case 'eth_sendTransaction':

@@ -619,0 +619,0 @@ case 'eth_signTransaction':

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