You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

delux

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delux - npm Package Compare versions

Comparing version

to
0.0.2

7

index.js

@@ -8,3 +8,3 @@ let states = [{}];

export default class Store {
module.exports = class Store {
constructor () {

@@ -42,3 +42,3 @@ Object.assign(this, {

}
}
};

@@ -48,3 +48,3 @@ function alter (action) {

for (let middleware of this.middlewares) {
alter_chain.then(action => middleware(action));
alter_chain = alter_chain.then(action => middleware(action));
}

@@ -88,2 +88,1 @@ return alter_chain;

}
// devide get and post in reducers
{
"name": "delux",
"version": "0.0.1",
"version": "0.0.2",
"description": "Simplified combinition of Flux Redux",

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