@depay/coinbase-wallet-sdk
Advanced tools
Comparing version 0.9.2 to 0.9.3
{ | ||
"name": "@depay/coinbase-wallet-sdk", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "Coinbase Wallet SDK browser pre-built usable in rollup bundles.", | ||
@@ -31,5 +31,4 @@ "main": "dist/umd/index.js", | ||
"dependencies": { | ||
"@coinbase/wallet-sdk": "^3.0.5", | ||
"crypto": "^1.0.1" | ||
"@coinbase/wallet-sdk": "^3.0.5" | ||
} | ||
} |
@@ -27,3 +27,4 @@ const path = require('path'); | ||
node: { | ||
Buffer: true | ||
Buffer: true, | ||
crypto: true | ||
} | ||
@@ -30,0 +31,0 @@ } |
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
1
2553
924386
- Removedcrypto@^1.0.1
- Removedcrypto@1.0.1(transitive)