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.13 to 1.3.14

11

lib/index.js

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

});
exports.createAlert = exports.constants = exports.alertReducer = exports.actions = undefined;

@@ -28,7 +29,5 @@ var _actions = require('./actions');

exports.default = {
actions: actions,
alertReducer: _reducer2.default,
constants: constants,
createAlert: _alertContainer2.default
};
exports.actions = actions;
exports.alertReducer = _reducer2.default;
exports.constants = constants;
exports.createAlert = _alertContainer2.default;
{
"name": "react-redux-alerts",
"version": "1.3.13",
"version": "1.3.14",
"description": "A lightweight library for creating keyed alerts in a Redux app",

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

@@ -6,3 +6,3 @@ import * as actions from './actions';

export default {
export {
actions,

@@ -9,0 +9,0 @@ alertReducer,

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