@depay/coinbase-wallet-sdk
Advanced tools
Comparing version 0.9.29 to 0.9.30
/*! | ||
* 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> */ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1520152
81