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

oo-redux-utils

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oo-redux-utils - npm Package Compare versions

Comparing version 1.14.0 to 1.15.0

28

lib/AbstractControllerFactory.js

@@ -14,31 +14,13 @@ "use strict";

function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
var AbstractControllerFactory =
/*#__PURE__*/
function () {
function AbstractControllerFactory(dispatch) {
_classCallCheck(this, AbstractControllerFactory);
var AbstractControllerFactory = function AbstractControllerFactory(dispatch) {
_classCallCheck(this, AbstractControllerFactory);
_defineProperty(this, "dispatchAction", void 0);
_defineProperty(this, "dispatchAction", void 0);
this.dispatchAction = _DispatchUtils.default.createActionDispatcher(dispatch);
} // noinspection JSMethodCanBeStatic
this.dispatchAction = _DispatchUtils.default.createActionDispatcher(dispatch);
};
_createClass(AbstractControllerFactory, [{
key: "createController",
value: function createController() {
throw new Error('Abstract method error');
}
}]);
return AbstractControllerFactory;
}();
exports.default = AbstractControllerFactory;
//# sourceMappingURL=AbstractControllerFactory.js.map

2

package.json
{
"name": "oo-redux-utils",
"version": "1.14.0",
"version": "1.15.0",
"description": "Utility functions for Object-oriented Redux",

@@ -5,0 +5,0 @@ "keywords": [

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc