Socket
Socket
Sign inDemoInstall

@coinbase/wallet-sdk

Package Overview
Dependencies
Maintainers
15
Versions
77
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 4.0.2 to 4.0.3

2

dist/CoinbaseWalletProvider.d.ts

@@ -19,3 +19,3 @@ import EventEmitter from 'eventemitter3';

fetch: (request: RequestArguments) => Promise<any>;
state: (request: RequestArguments) => number | AddressString | AddressString[];
state: (request: RequestArguments) => number | import("./core/type").HexString | AddressString | AddressString[];
deprecated: ({ method }: RequestArguments) => never;

@@ -22,0 +22,0 @@ unsupported: ({ method }: RequestArguments) => never;

@@ -76,2 +76,3 @@ "use strict";

case 'eth_chainId':
return (0, util_1.hexStringFromIntNumber)((0, type_1.IntNumber)(this.chain.id));
case 'net_version':

@@ -78,0 +79,0 @@ return this.chain.id;

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

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

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

@@ -104,4 +104,2 @@ # Coinbase Wallet SDK

[See more example methods in apps/testapp/src/components/RpcMethods/method](apps/testapp/src/components/RpcMethods/method)
5. Handle provider events

@@ -138,9 +136,3 @@

1. From the root dir run `yarn install`
1. `cd apps/testapp && yarn install` to install testapp dependencies
1. From the root dir run `yarn dev`
- starts two dev servers in parallel:
- `@coinbase/wallet-sdk-testapp`
- `@coinbase/wallet-sdk`
1. Visit localhost:3001 in your browser to view the testapp
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