🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-redux-mvc

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-mvc - npm Package Compare versions

Comparing version

to
0.4.3

3

lib/controller.js

@@ -137,2 +137,3 @@ 'use strict';exports.__esModule = true;exports.default = undefined;var _promise = require('babel-runtime/core-js/promise');var _promise2 = _interopRequireDefault(_promise);var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck');var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);var _class, _temp;var _react = require('react');

Controller.prototype.dispatch = function () {};
Controller.prototype.getGlobalState = function () {};module.exports = exports['default'];
Controller.prototype.getGlobalState = function () {};
Controller.prototype.componentWillReceiveProps = function () {};module.exports = exports['default'];
{
"name": "react-redux-mvc",
"version": "0.4.2",
"version": "0.4.3",
"description": "Implementation of MVC pattern based on React-Redux bunch",

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

@@ -137,2 +137,3 @@ import {PropTypes} from 'react';

Controller.prototype.dispatch = function () {};
Controller.prototype.getGlobalState = function () {};
Controller.prototype.getGlobalState = function () {};
Controller.prototype.componentWillReceiveProps = function () {};