Socket
Socket
Sign inDemoInstall

effector

Package Overview
Dependencies
24
Maintainers
1
Versions
271
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

3

es/middleware.js

@@ -56,2 +56,5 @@ import { createStore, applyMiddleware } from 'redux';

storeContext.reduxSubscribe = store.subscribe;
storeContext.getState = storeContext.stateGetter;
storeContext.subscribe = storeContext.reduxSubscribe;
storeContext.replaceReducer = store.replaceReducer;
return storeContext;

@@ -58,0 +61,0 @@ };

@@ -61,2 +61,5 @@ import { async as subject } from 'most-subject';

result.injector = this.injector;
result.getState = this.stateGetter;
result.subscribe = this.reduxSubscribe;
result.replaceReducer = this.replaceReducer;
return result;

@@ -63,0 +66,0 @@ }

@@ -67,2 +67,5 @@ "use strict";

storeContext.reduxSubscribe = store.subscribe;
storeContext.getState = storeContext.stateGetter;
storeContext.subscribe = storeContext.reduxSubscribe;
storeContext.replaceReducer = store.replaceReducer;
return storeContext;

@@ -69,0 +72,0 @@ };

@@ -75,2 +75,5 @@ "use strict";

result.injector = this.injector;
result.getState = this.stateGetter;
result.subscribe = this.reduxSubscribe;
result.replaceReducer = this.replaceReducer;
return result;

@@ -77,0 +80,0 @@ }

2

package.json
{
"name": "effector",
"version": "0.1.2",
"version": "0.1.3",
"description": "Redux effects",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -67,3 +67,5 @@ //@flow

storeContext.reduxSubscribe = store.subscribe
storeContext.getState = storeContext.stateGetter
storeContext.subscribe = storeContext.reduxSubscribe
storeContext.replaceReducer = store.replaceReducer
return storeContext

@@ -70,0 +72,0 @@ }

@@ -79,2 +79,5 @@ //@flow

result.injector = this.injector
result.getState = this.stateGetter
result.subscribe = this.reduxSubscribe
result.replaceReducer = this.replaceReducer
return result

@@ -81,0 +84,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc