simple-protocol-http
Advanced tools
Comparing version 0.11.2 to 0.12.0
'use strict'; | ||
var fetch = require('isomorphic-fetch'); | ||
var fetch = require('fetch-everywhere'); | ||
@@ -5,0 +5,0 @@ var _require = require('../vendor/ramda'), |
{ | ||
"name": "simple-protocol-http", | ||
"version": "0.11.2", | ||
"version": "0.12.0", | ||
"description": "", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"isomorphic-fetch": "^2.2.1" | ||
"fetch-everywhere": "^1.0.5" | ||
}, | ||
@@ -18,0 +18,0 @@ "devDependencies": { |
@@ -1,2 +0,2 @@ | ||
const fetch = require('isomorphic-fetch') | ||
const fetch = require('fetch-everywhere') | ||
const { curry, merge, keys } = require('../vendor/ramda') | ||
@@ -3,0 +3,0 @@ const { safep, isSimpleProtocol } = require('./util') |
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)