Socket
Socket
Sign inDemoInstall

react-redux-alerts

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.11 to 1.3.12

13

package.json
{
"name": "react-redux-alerts",
"version": "1.3.11",
"version": "1.3.12",
"description": "A lightweight library for creating keyed alerts in a Redux app",

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

"dependencies": {
"react": "^15.1.0"
},

@@ -24,4 +24,11 @@ "devDependencies": {

"chai": "^3.5.0",
"mocha": "^2.5.3"
"mocha": "^2.5.3",
"react": "^15.1.0",
"react-redux": "^4.0.0",
"redux": "^3.0.0"
},
"peerDependencies": {
"react-redux": "^4.0.0",
"redux": "^3.0.0"
}
}

@@ -0,0 +0,0 @@ import * as alertConstants from './constants';

@@ -0,0 +0,0 @@ import React, { Component } from 'react';

@@ -0,0 +0,0 @@ export const INITIALIZE_ALERT = 'redux-alerts/INITIALIZE_ALERT';

@@ -0,0 +0,0 @@ import actions from './actions';

@@ -0,0 +0,0 @@ import * as alertTypes from './constants';

@@ -0,0 +0,0 @@ import * as types from '../src/constants';

@@ -0,0 +0,0 @@ import reducer from '../src/reducer';

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc