New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

redux-action-asserter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-action-asserter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

dist/main.js

@@ -37,6 +37,5 @@ 'use strict';

if ((0, _isFunction2.default)(action)) {
_this.thunks.push(action);
} else {
_this.actions.push(action);
return _this.thunks.push(action(store.dispatch, store.getState));
}
_this.actions.push(action);
return next(action);

@@ -43,0 +42,0 @@ };

@@ -12,6 +12,5 @@ import isEqual from 'lodash/isEqual'

if (isFunction(action)) {
this.thunks.push(action)
} else {
this.actions.push(action)
return this.thunks.push(action(store.dispatch, store.getState))
}
this.actions.push(action)
return next(action)

@@ -18,0 +17,0 @@ }

2

package.json
{
"name": "redux-action-asserter",
"version": "1.0.1",
"version": "1.0.2",
"main": "dist/main.js",

@@ -5,0 +5,0 @@ "scripts": {

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