New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 0.0.1 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",

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