Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-saga-model

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-saga-model - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

9

lib/index.js

@@ -159,3 +159,3 @@ "use strict";

return model.namespace === namespace;
}), "modelManager.model: namespace should be unique");
}), "modelManager.model: namespace should be unique :" + model.namespace);

@@ -351,3 +351,8 @@ (0, _invariant2.default)(!model.subscriptions || (0, _isPlainObject2.default)(model.subscriptions) || (0, _lodash2.default)(model.subscriptions), "modelManager.model: subscriptions should be Object or Function");

model.forEach(function (m) {
m = _this3.checkModel(m, privatePropsModels, hot);
try {
m = _this3.checkModel(m, privatePropsModels, hot);
} catch (e) {
console.error('if use webpack please use register with hot parameter');
return;
}

@@ -354,0 +359,0 @@ privatePropsModels.push(m);

{
"name": "redux-saga-model",
"version": "0.2.4",
"version": "0.2.5",
"dependencies": {

@@ -5,0 +5,0 @@ "flatten": "^1.0.2",

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