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

redux-query

Package Overview
Dependencies
Maintainers
2
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 3.0.0-rc.2 to 3.0.0-rc.3

types.flow.js

4

package.json
{
"name": "redux-query",
"version": "3.0.0-rc.2",
"version": "3.0.0-rc.3",
"description": "A library for querying and managing network state in Redux applications",

@@ -71,3 +71,3 @@ "homepage": "https://github.com/amplitude/redux-query",

},
"gitHead": "90042ba5f946a34e72a91d84c38f8ab1e73daf60"
"gitHead": "627b4086d8e5fff26ecc51ef05cc5733ba40060c"
}
// @flow
import type { HttpMethod } from './constants/http-methods';
import type { PublicAction } from './actions';
import type { State as QueriesState } from './reducers/queries';

@@ -101,1 +101,3 @@ import type { State as EntitiesState } from './reducers/entities';

|};
export type Action = PublicAction;

Sorry, the diff of this file is not supported yet

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