@depay/coinbase-wallet-sdk
Advanced tools
Comparing version 0.9.25 to 0.9.26
@@ -8,28 +8,4 @@ /*! | ||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. | ||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */ | ||
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ | ||
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */ | ||
/** | ||
* [js-sha256]{@link https://github.com/emn178/js-sha256} | ||
* | ||
* @version 0.9.0 | ||
* @author Chen, Yi-Cyuan [emn178@gmail.com] | ||
* @copyright Chen, Yi-Cyuan 2014-2017 | ||
* @license MIT | ||
*/ |
{ | ||
"name": "@depay/coinbase-wallet-sdk", | ||
"version": "0.9.25", | ||
"version": "0.9.26", | ||
"description": "Coinbase Wallet SDK browser pre-built usable in rollup bundles.", | ||
@@ -26,5 +26,7 @@ "main": "dist/umd/index.js", | ||
"devDependencies": { | ||
"@peculiar/webcrypto": "^1.3.3", | ||
"buffer": "^6.0.3", | ||
"cross-fetch": "^3.1.5", | ||
"crypto-browserify": "^3.12.0", | ||
"process": "^0.11.10", | ||
"stream-browserify": "^3.0.0", | ||
"util": "^0.12.4", | ||
@@ -31,0 +33,0 @@ "webpack": "^5.49.0", |
@@ -1,5 +0,2 @@ | ||
import { Crypto } from "@peculiar/webcrypto" | ||
import fetch from 'cross-fetch' | ||
global.crypto = new Crypto() | ||
global.fetch = fetch | ||
global.crypto = require('crypto-browserify') | ||
global.fetch = require("cross-fetch") |
@@ -30,2 +30,12 @@ const webpack = require('webpack'); | ||
mode: "production", | ||
entry: { | ||
main: './src/jest.js', | ||
}, | ||
resolve: { | ||
fallback: { | ||
"crypto": require.resolve("crypto-browserify"), | ||
"process": require.resolve("process/browser"), | ||
"stream": require.resolve("stream-browserify"), | ||
} | ||
}, | ||
output: { | ||
@@ -32,0 +42,0 @@ filename: 'jest.js', |
Sorry, the diff of this file is too big to display
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
80
2
1370846
8
2
80