ipfs-utils
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -0,1 +1,5 @@ | ||
## [5.0.1](https://github.com/ipfs/js-ipfs-utils/compare/v5.0.0...v5.0.1) (2020-11-25) | ||
# [5.0.0](https://github.com/ipfs/js-ipfs-utils/compare/v4.0.1...v5.0.0) (2020-11-16) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "ipfs-utils", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Package to aggregate shared logic and dependencies for the IPFS ecosystem", | ||
@@ -21,3 +21,3 @@ "main": "src/index.js", | ||
"./test/files/glob-source.spec.js": false, | ||
"@achingbrain/electron-fetch": false | ||
"electron-fetch": false | ||
}, | ||
@@ -39,3 +39,3 @@ "repository": "github:ipfs/js-ipfs-utils", | ||
"dependencies": { | ||
"@achingbrain/electron-fetch": "^1.7.2", | ||
"electron-fetch": "^1.7.2", | ||
"abort-controller": "^3.0.0", | ||
@@ -42,0 +42,0 @@ "any-signal": "^2.1.0", |
@@ -6,3 +6,3 @@ 'use strict' | ||
if (isElectronMain) { | ||
module.exports = require('@achingbrain/electron-fetch') | ||
module.exports = require('electron-fetch') | ||
} else { | ||
@@ -9,0 +9,0 @@ // use window.fetch if it is available, fall back to node-fetch if not |
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
60844
+ Addedelectron-fetch@^1.7.2
+ Addedelectron-fetch@1.9.1(transitive)
- Removed@achingbrain/electron-fetch@^1.7.2
- Removed@achingbrain/electron-fetch@1.7.2(transitive)