Socket
Socket
Sign inDemoInstall

redux-listview

Package Overview
Dependencies
36
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.3.0

3

package.json
{
"name": "redux-listview",
"version": "0.2.1",
"version": "0.3.0",
"description": "HOC for create list page with react and redux",

@@ -25,2 +25,3 @@ "main": "dist/index.js",

"lodash.uniq": "^4.5.0",
"prop-types": "^15.5.10",
"query-string": "^4.3.4",

@@ -27,0 +28,0 @@ "redux-action-tools": "^1.2.2"

@@ -1,4 +0,5 @@

import React, { Component, PropTypes } from 'react';
import React, { Component } from 'react';
import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
import PropTypes from 'prop-types';
import { parse } from 'query-string';

@@ -5,0 +6,0 @@ import { createAction, createAsyncAction } from 'redux-action-tools';

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

import { PropTypes } from 'react';
import PropTypes from 'prop-types';

@@ -3,0 +3,0 @@ export const routerPropTypes = {

Sorry, the diff of this file is too big to display

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