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

fetchr

Package Overview
Dependencies
Maintainers
0
Versions
96
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.7.13 to 0.7.14

4

libs/fetcher.js

@@ -255,4 +255,6 @@ /**

const err = new FetchrError(
`operation: ${this.operation} is undefined on service: ${this.resource}`,
`Operation "${this.operation}" is not allowed for resource "${sanitizeResourceName(this.resource)}"`,
);
err.statusCode = 405;
return { err };

@@ -259,0 +261,0 @@ }

{
"name": "fetchr",
"version": "0.7.13",
"version": "0.7.14",
"description": "Fetchr augments Flux applications by allowing Flux stores to be used on server and client to fetch data",

@@ -43,3 +43,3 @@ "main": "./libs/fetcher.js",

"prettier": "^3.0.0",
"puppeteer": "^22.0.0",
"puppeteer": "^23.2.1",
"sinon": "^18.0.0",

@@ -46,0 +46,0 @@ "supertest": "7.0.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