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

redux-app

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-app - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

0

dist/redux-app.js

@@ -0,0 +0,0 @@ (function webpackUniversalModuleDefinition(root, factory) {

2

package.json
{
"name": "redux-app",
"version": "1.10.0",
"version": "1.10.1",
"description": "Type-safe, DRY and OO redux. Implemented with typescript.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -74,6 +74,8 @@ # redux-app

- [Utilities](#utilities)
- [isInstanceOf](#isinstanceof)
- [`ignoreState`](#ignorestate)
- [`isInstanceOf`](#isinstanceof)
- [Applying Enhancers (devtools, etc.)](#applying-enhancers)
- [Options](#options)
- [Component Options](#component-options)
- [Computed Options](#computed-options)
- [App Options](#app-options)

@@ -382,2 +384,16 @@ - [Global Options](#global-options)

#### Computed Options
```javascript
class ComputedOptions {
/**
* Whether to perform deep comparison or a simple equality comparison
* before updating computed values. Using deep comparison has a small
* additional performance cost.
* Default value: true.
*/
deepComparison: boolean;
}
```
#### App Options

@@ -384,0 +400,0 @@

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