Socket
Socket
Sign inDemoInstall

@reduxjs/toolkit

Package Overview
Dependencies
Maintainers
5
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reduxjs/toolkit - npm Package Compare versions

Comparing version 2.0.0-rc.3 to 2.0.0

2

dist/query/index.d.ts

@@ -5,3 +5,3 @@ export type { CombinedState, QueryCacheKey, QueryKeys, QuerySubState, RootState, SubscriptionOptions, } from './core/apiState';

export type { BaseQueryApi, BaseQueryEnhancer, BaseQueryFn, } from './baseQueryTypes';
export type { EndpointDefinitions, EndpointDefinition, QueryDefinition, MutationDefinition, TagDescription, QueryArgFrom, ResultTypeFrom, DefinitionType, } from './endpointDefinitions';
export type { EndpointDefinitions, EndpointDefinition, EndpointBuilder, QueryDefinition, MutationDefinition, TagDescription, QueryArgFrom, ResultTypeFrom, DefinitionType, } from './endpointDefinitions';
export { fetchBaseQuery } from './fetchBaseQuery';

@@ -8,0 +8,0 @@ export type { FetchBaseQueryError, FetchBaseQueryMeta, FetchArgs, } from './fetchBaseQuery';

{
"name": "@reduxjs/toolkit",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "The official, opinionated, batteries-included toolset for efficient Redux development",

@@ -115,9 +115,9 @@ "author": "Mark Erikson <mark@isquaredsoftware.com>",

"immer": "^10.0.3",
"redux": "^5.0.0-rc.1",
"redux-thunk": "^3.0.0-rc.0",
"reselect": "^5.0.0-rc.1"
"redux": "^5.0.0",
"redux-thunk": "^3.0.1",
"reselect": "^5.0.0"
},
"peerDependencies": {
"react": "^16.9.0 || ^17.0.0 || ^18",
"react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0-rc.0"
"react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0"
},

@@ -124,0 +124,0 @@ "peerDependenciesMeta": {

@@ -24,2 +24,3 @@ // This must remain here so that the `mangleErrors.cjs` build script

EndpointDefinition,
EndpointBuilder,
QueryDefinition,

@@ -26,0 +27,0 @@ MutationDefinition,

Sorry, the diff of this file is not supported yet

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