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

@coinbase/wallet-sdk

Package Overview
Dependencies
Maintainers
9
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coinbase/wallet-sdk - npm Package Compare versions

Comparing version 3.9.0-canary.5 to 3.9.0-canary.6

3

dist/relay/walletlink/type/Web3Method.d.ts

@@ -1,1 +0,2 @@

export type Web3Method = 'requestEthereumAccounts' | 'signEthereumMessage' | 'signEthereumTransaction' | 'submitEthereumTransaction' | 'ethereumAddressFromSignedMessage' | 'scanQRCode' | 'generic' | 'childRequestEthereumAccounts' | 'addEthereumChain' | 'switchEthereumChain' | 'makeEthereumJSONRPCRequest' | 'watchAsset' | 'selectProvider' | 'connectAndSignIn';
export declare const web3Methods: readonly ["requestEthereumAccounts", "signEthereumMessage", "signEthereumTransaction", "submitEthereumTransaction", "ethereumAddressFromSignedMessage", "scanQRCode", "generic", "childRequestEthereumAccounts", "addEthereumChain", "switchEthereumChain", "makeEthereumJSONRPCRequest", "watchAsset", "selectProvider", "connectAndSignIn"];
export type Web3Method = (typeof web3Methods)[number];

@@ -5,1 +5,18 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.web3Methods = void 0;
exports.web3Methods = [
'requestEthereumAccounts',
'signEthereumMessage',
'signEthereumTransaction',
'submitEthereumTransaction',
'ethereumAddressFromSignedMessage',
'scanQRCode',
'generic',
'childRequestEthereumAccounts',
'addEthereumChain',
'switchEthereumChain',
'makeEthereumJSONRPCRequest',
'watchAsset',
'selectProvider',
'connectAndSignIn',
];

@@ -14,2 +14,4 @@ import { AddressString, BigIntString, HexString, IntNumber, ProviderType, RegExpString } from '../../../core/type';

} | {
method: 'childRequestEthereumAccounts';
} | {
method: 'connectAndSignIn';

@@ -16,0 +18,0 @@ params: {

@@ -16,4 +16,4 @@ import { FunctionComponent } from 'preact';

path: string;
defaultFillRule: string;
defaultClipRule: string;
defaultFillRule: 'inherit' | 'evenodd';
defaultClipRule: 'inherit' | 'evenodd';
onClick: () => void;

@@ -20,0 +20,0 @@ }

@@ -1,1 +0,1 @@

export declare const LIB_VERSION = "3.9.0-canary.4";
export declare const LIB_VERSION = "3.9.0-canary.6";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LIB_VERSION = void 0;
exports.LIB_VERSION = '3.9.0-canary.4';
exports.LIB_VERSION = '3.9.0-canary.6';
{
"name": "@coinbase/wallet-sdk",
"version": "3.9.0-canary.5",
"version": "3.9.0-canary.6",
"description": "Coinbase Wallet JavaScript SDK",

@@ -5,0 +5,0 @@ "keywords": [

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