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

redux-query

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-query - npm Package Compare versions

Comparing version 1.1.0-alpha.1 to 1.1.0-alpha.2

2

package.json
{
"name": "redux-query",
"version": "1.1.0-alpha.1",
"version": "1.1.0-alpha.2",
"description": "A library for querying and managing network state in React/Redux applications",

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

export const UNKNOWN = 0;
export const REQUEST_TIMEOUT = 401; // client took too long
export const REQUEST_TIMEOUT = 408; // client took too long
export const TOO_MANY_REQUESTS = 429;
export const SERVICE_UNAVAILABLE = 503;
export const GATEWAY_TIMEOUT = 504;
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