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

isomorphic-fetch-http

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isomorphic-fetch-http - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

lib/isomorphic-fetch-http.js

@@ -93,3 +93,3 @@ 'use strict';

return this[http](url + '?' + (0, _qs.stringify)(param), header);
return this[http](url + '?' + (0, _qs.stringify)(param), {}, header);
}

@@ -96,0 +96,0 @@ }, {

{
"name": "isomorphic-fetch-http",
"version": "0.2.2",
"version": "0.2.3",
"description": "react fetch by isomorphic-fetch",

@@ -5,0 +5,0 @@ "main": "lib/isomorphic-fetch-http.js",

@@ -59,3 +59,3 @@ import fetch from 'isomorphic-fetch';

get(url, param, header = {}) {
return this[http](`${url}?${stringify(param)}`, header);
return this[http](`${url}?${stringify(param)}`, {}, header);
}

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