Comparing version 3.0.3-rc-926b934 to 3.0.3
{ | ||
"name": "gofor", | ||
"version": "3.0.3-rc-926b934", | ||
"version": "3.0.3", | ||
"description": "Lean, isomorphic fetch decorator that reverse merges default options", | ||
@@ -45,4 +45,4 @@ "keywords": [ | ||
"publishConfig": { | ||
"tag": "2019-05-21-apply-fetch-with-window" | ||
"tag": "latest" | ||
} | ||
} |
@@ -71,3 +71,3 @@ /** | ||
return this.fetcher(...args); | ||
return this.fetcher.apply(window, args); | ||
}; | ||
@@ -92,3 +92,3 @@ | ||
return function(...args) { | ||
return window.fetch(...args); | ||
return fetch(...args); | ||
}; | ||
@@ -95,0 +95,0 @@ } |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
13653
1
6