Socket
Socket
Sign inDemoInstall

@webex/react-container-notifications

Package Overview
Dependencies
Maintainers
22
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/react-container-notifications - npm Package Compare versions

Comparing version 0.2.77 to 0.2.78

32

cjs/container.js
"use strict";
var _interopRequireWildcard = require("@babel/runtime-corejs2/helpers/interopRequireWildcard");
var _interopRequireDefault = require("@babel/runtime-corejs2/helpers/interopRequireDefault");

@@ -23,6 +25,8 @@

var _react = _interopRequireWildcard(require("react"));
var _reactTransformHmr3 = _interopRequireDefault(require("react-transform-hmr"));
var _isNull2 = _interopRequireDefault(require("lodash/isNull"));
var _react = require("react");
var _reactRedux = require("react-redux");

@@ -42,2 +46,21 @@

var _components = {
Notifications: {
displayName: "Notifications"
}
};
var _reactTransformHmr2 = (0, _reactTransformHmr3.default)({
filename: "packages/node_modules/@webex/react-container-notifications/src/container.js",
components: _components,
locals: [module],
imports: [_react.default]
});
function _wrapComponent(id) {
return function (Component) {
return _reactTransformHmr2(Component, id);
};
}
var TIMEOUT_LENGTH = 10000;

@@ -195,6 +218,7 @@ var propTypes = {

exports.Notifications = Notifications;
exports.Notifications = Notifications = _wrapComponent("Notifications")(Notifications);
Notifications.propTypes = propTypes;
Notifications.defaultProps = defaultProps;
var _default = (0, _reactRedux.connect)(_selectors.default, function (dispatch) {
var _default2 = (0, _reactRedux.connect)(_selectors.default, function (dispatch) {
return (0, _redux.bindActionCreators)({

@@ -207,2 +231,2 @@ notificationSent: _actions.notificationSent,

exports.default = _default;
exports.default = _default2;

2

package.json

@@ -26,3 +26,3 @@ {

},
"version": "0.2.77"
"version": "0.2.78"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc