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

redux-testkit

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-testkit - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

src/WaitForAsyncsMiddleware.js

6

package.json
{
"name": "redux-testkit",
"version": "0.1.10",
"version": "0.1.11",
"description": "Test kit for redux",

@@ -38,4 +38,6 @@ "author": "Yedidya Kennard <yedidyak@gmail.com>",

"eslint-plugin-react-native": "^1.0.0",
"babel-eslint": "^6.0.4"
"babel-eslint": "^6.0.4",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
}
}

@@ -102,3 +102,3 @@ # redux-testkit

Uou can enforce immutability by using immutability libraries, but those often have a performance impact.
You can enforce immutability by using immutability libraries, but those often have a performance impact.

@@ -105,0 +105,0 @@ `ReducerTest` offers a test absed new way of enforcing immutability, and syntactic sugar for testing redcuers.

import {ActionTest} from './ActionTest';
import {ReducerTest} from './ReducerTest';
import * as WaitForAsyncsMiddleware from './WaitForAsyncsMiddleware';
module.exports = {ActionTest, ReducerTest};
module.exports = {ActionTest, ReducerTest, WaitForAsyncsMiddleware};
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