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.45 to 0.5.46

20

libs/fetcher.js

@@ -287,4 +287,2 @@ /**

Fetcher._deprecatedServicesDefinitions = [];
/**

@@ -324,3 +322,2 @@ * DEPRECATED

resource = service.name;
Fetcher._deprecatedServicesDefinitions.push(resource);
} else {

@@ -406,19 +403,2 @@ throw new Error(

if (
Fetcher._deprecatedServicesDefinitions.length &&
'production' !== process.env.NODE_ENV
) {
var deprecatedServices = Fetcher._deprecatedServicesDefinitions
.sort()
.join(', ');
console.warn(
'You have registered services using a deprecated property. ' +
'Please, replace the property "name" by "resource" in the ' +
'following services definitions:\n' +
deprecatedServices +
'.'
);
}
return function (req, res, next) {

@@ -425,0 +405,0 @@ var request;

2

package.json
{
"name": "fetchr",
"version": "0.5.45",
"version": "0.5.46",
"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