Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fetchr

Package Overview
Dependencies
Maintainers
5
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetchr - npm Package Compare versions

Comparing version 0.5.30 to 0.5.31

.idea/.name

8

libs/util/http.client.js

@@ -120,2 +120,6 @@ /**

if (config.withCredentials) {
cfg.withCredentials = config.withCredentials;
}
// tmp stores transient state data, such as retry count

@@ -144,2 +148,3 @@ if (config.tmp) {

useXDR: config.useXDR,
withCredentials: config.withCredentials,
on : {

@@ -174,3 +179,4 @@ success : function (err, response) {

body: options.data,
useXDR: options.cors
useXDR: options.cors,
withCredentials: options.withCredentials
}, function (err, resp, body) {

@@ -177,0 +183,0 @@ var status = resp.statusCode;

2

package.json
{
"name": "fetchr",
"version": "0.5.30",
"version": "0.5.31",
"description": "Fetchr augments Flux applications by allowing Flux stores to be used on server and client to fetch data",

@@ -5,0 +5,0 @@ "main": "index.js",

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