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

@depay/coinbase-wallet-sdk

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@depay/coinbase-wallet-sdk - npm Package Compare versions

Comparing version 0.9.29 to 0.9.30

11

jest.js.LICENSE.txt
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/*!
Copyright (c) Peculiar Ventures, LLC
*/
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

2

package.json
{
"name": "@depay/coinbase-wallet-sdk",
"version": "0.9.29",
"version": "0.9.30",
"description": "Coinbase Wallet SDK browser pre-built usable in rollup bundles.",

@@ -5,0 +5,0 @@ "main": "dist/umd/index.js",

@@ -35,3 +35,5 @@ const webpack = require('webpack');

fallback: {
"crypto": false,
"crypto": require.resolve("crypto-browserify"),
"process": require.resolve("process/browser"),
"stream": require.resolve("stream-browserify"),
}

@@ -38,0 +40,0 @@ },

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