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

entities-reducer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

entities-reducer - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json

@@ -11,3 +11,3 @@ {

},
"version": "1.1.0",
"version": "1.1.1",
"description": "Redux normalized entity reducer",

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

@@ -51,6 +51,6 @@ # Entities Reducer

### (#parameters-reducers) Reducers
### [#parameters-reducers] Reducers
Reducers are passed directly into `combineReducers` from redux, after the entities have been updated in state. It is called with the updated state and immediately returned.
### (#parameters-data-resolver) dataResolver
### [#parameters-data-resolver] dataResolver
The data resolver is a lookup function that is passed the action and returns the entities object to use while updating.

@@ -57,0 +57,0 @@ If the data resolver returns a falsy value the `entities-reducer` will skip process and move directly to handling the custom reducers.

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