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.32 to 0.5.33

2

libs/fetcher.client.js

@@ -169,3 +169,3 @@ /**

self._captureMetaAndStats(null, result);
setImmediate(callback, null, result.data, result.meta);
setImmediate(callback, null, result && result.data, result && result.meta);
}, function requestFailed(err) {

@@ -172,0 +172,0 @@ self._captureMetaAndStats(err);

{
"name": "fetchr",
"version": "0.5.32",
"version": "0.5.33",
"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