Socket
Socket
Sign inDemoInstall

redux-devtools

Package Overview
Dependencies
31
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.2 to 3.4.0

8

lib/createDevTools.js

@@ -13,2 +13,6 @@ 'use strict';

var _propTypes = require('prop-types');
var _propTypes2 = _interopRequireDefault(_propTypes);
var _reactRedux = require('react-redux');

@@ -74,5 +78,5 @@

}(_react.Component), _class.contextTypes = {
store: _react.PropTypes.object
store: _propTypes2.default.object
}, _class.propTypes = {
store: _react.PropTypes.object
store: _propTypes2.default.object
}, _class.instrument = function (options) {

@@ -79,0 +83,0 @@ return (0, _reduxDevtoolsInstrument2.default)(function (state, action) {

{
"name": "redux-devtools",
"version": "3.3.2",
"version": "3.4.0",
"description": "Redux DevTools with hot reloading and time travel",

@@ -54,3 +54,3 @@ "main": "lib/index.js",

"mocha-jsdom": "^1.0.0",
"react": "^0.14.0",
"react": "^0.14.9",
"react-addons-test-utils": "^0.14.0",

@@ -64,3 +64,3 @@ "react-dom": "^0.14.0",

"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react": "^0.14.9 || ^15.3.0",
"react-redux": "^4.0.0 || ^5.0.0",

@@ -70,2 +70,3 @@ "redux": "^3.5.2"

"dependencies": {
"prop-types": "^15.5.7",
"lodash": "^4.2.0",

@@ -72,0 +73,0 @@ "redux-devtools-instrument": "^1.0.1"

@@ -7,2 +7,4 @@ Redux DevTools

> Note that the implemention in this repository is different from [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension). Please refer to the latter for browser extension.
### Table of Contents

@@ -9,0 +11,0 @@

@@ -1,2 +0,3 @@

import React, { Children, Component, PropTypes } from 'react';
import React, { Children, Component } from 'react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux';

@@ -3,0 +4,0 @@ import instrument from 'redux-devtools-instrument';

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc