Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "fitch", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Test using fetch API", | ||
@@ -26,3 +26,3 @@ "main": "src/index.js", | ||
"es6-promise": "^4.0.5", | ||
"isomorphic-fetch": "^2.2.1" | ||
"fetch-everywhere": "^1.0.5" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
require('es6-promise').polyfill(); | ||
require('isomorphic-fetch'); | ||
require('fetch-everywhere'); | ||
@@ -4,0 +4,0 @@ const config = require('./config'); |
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
+ Addedfetch-everywhere@^1.0.5
+ Addedfetch-everywhere@1.0.5(transitive)
- Removedisomorphic-fetch@^2.2.1
- Removedisomorphic-fetch@2.2.1(transitive)