Comparing version 0.0.9 to 0.0.10
@@ -15,4 +15,6 @@ (function (global, factory) { | ||
'use strict'; | ||
var Headers = require('node-fetch/lib/headers'); | ||
var fetch = require('node-fetch'); | ||
if (global && !global.Headers) { | ||
global.Headers = require('node-fetch/lib/headers'); | ||
global.fetch = require('node-fetch'); | ||
} | ||
@@ -19,0 +21,0 @@ var _interopRequire = function (obj) { return obj && obj.__esModule ? obj['default'] : obj; }; |
{ | ||
"name": "fetch-er", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "WHATWG fetch helper", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/othree/fetcher", |
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
61698
1459