New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gofor

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gofor - npm Package Compare versions

Comparing version 3.0.3-rc-926b934 to 3.0.3

4

package.json
{
"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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc