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

kpdux

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kpdux - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

16

makes/StoreModule.js

@@ -136,10 +136,14 @@ class KruxModule {

return (action) => {
next(action);
let res = _this.onMiddleware(store, action);
return Promise.resolve(
_this.onMiddleware(store, action)
).then((data) => {
if(res) {
return Promise.resolve(res).then((data) => {
next(action);
return data;
});
return data;
});
}
else {
return next(action);
}
};

@@ -146,0 +150,0 @@ };

{
"name": "kpdux",
"version": "1.0.6",
"version": "1.0.7",
"author": "Kris Papercut <kearis666@gmail.com>",

@@ -5,0 +5,0 @@ "license": "ISC",

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