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.28 to 0.5.29

.jshintignore

4

libs/fetcher.client.js

@@ -155,3 +155,5 @@ /**

});
promise = promise.then(captureMeta, captureMeta);
promise = promise.then(captureMeta, function (err) {
throw captureMeta(err);
});
return promise;

@@ -158,0 +160,0 @@ }

{
"name": "fetchr",
"version": "0.5.28",
"version": "0.5.29",
"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