@depay/coinbase-wallet-sdk
Advanced tools
Comparing version 0.9.15 to 0.9.16
{ | ||
"name": "@depay/coinbase-wallet-sdk", | ||
"version": "0.9.15", | ||
"version": "0.9.16", | ||
"description": "Coinbase Wallet SDK browser pre-built usable in rollup bundles.", | ||
@@ -33,4 +33,5 @@ "main": "dist/umd/index.js", | ||
"crypto-browserify": "^3.12.0", | ||
"stream-browserify": "^3.0.0", | ||
"util": "^0.12.4" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
import stream from 'stream-browserify' | ||
import crypto from 'crypto-browserify' | ||
import { CoinbaseWalletProvider, CoinbaseWalletSDK } from '@coinbase/wallet-sdk' | ||
@@ -2,0 +4,0 @@ |
@@ -15,3 +15,4 @@ const webpack = require('webpack'); | ||
fallback: { | ||
crypto: require.resolve('crypto-browserify'), | ||
"stream": require.resolve('stream-browserify'), | ||
"crypto": require.resolve('crypto-browserify'), | ||
}, | ||
@@ -39,3 +40,4 @@ }, | ||
fallback: { | ||
crypto: require.resolve('crypto-browserify'), | ||
"stream": require.resolve('stream-browserify'), | ||
"crypto": require.resolve('crypto-browserify'), | ||
}, | ||
@@ -42,0 +44,0 @@ }, |
Sorry, the diff of this file is too big to display
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
1618341
56
5
+ Addedstream-browserify@^3.0.0
+ Addedmath-intrinsics@1.1.0(transitive)
+ Addedstream-browserify@3.0.0(transitive)
- Removedmath-intrinsics@1.0.0(transitive)