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-13f660f to 3.0.3-rc-49f5f9f

2

package.json
{
"name": "gofor",
"version": "3.0.3-rc-13f660f",
"version": "3.0.3-rc-49f5f9f",
"description": "Lean, isomorphic fetch decorator that reverse merges default options",

@@ -5,0 +5,0 @@ "keywords": [

@@ -91,3 +91,4 @@ /**

return function(...args) {
return window.fetch(...args);
// eslint-disable-next-line no-useless-call
return window.fetch.call(window, ...args);
};

@@ -98,5 +99,5 @@ }

return {
Headers: window.Headers,
Request: window.Request,
Response: window.Response
Headers,
Request,
Response
};

@@ -103,0 +104,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