@depay/coinbase-wallet-sdk
Advanced tools
Comparing version 0.9.21 to 0.9.22
{ | ||
"name": "@depay/coinbase-wallet-sdk", | ||
"version": "0.9.21", | ||
"version": "0.9.22", | ||
"description": "Coinbase Wallet SDK browser pre-built usable in rollup bundles.", | ||
@@ -5,0 +5,0 @@ "main": "dist/umd/index.js", |
@@ -1,4 +0,2 @@ | ||
import { Crypto } from "@peculiar/webcrypto" | ||
global.crypto = new Crypto() | ||
import fetch from 'cross-fetch' | ||
global.fetch = fetch | ||
global.crypto = new require('@peculiar/webcrypto').Crypto() | ||
global.fetch = require('cross-fetch') |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
2
956098
58
1