Socket
Socket
Sign inDemoInstall

rc-notification

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-notification - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

6

lib/Notification.js

@@ -21,4 +21,6 @@ 'use strict';

var _rcUtil = require('rc-util');
var _createChainedFunction = require('rc-util/lib/createChainedFunction');
var _createChainedFunction2 = _interopRequireDefault(_createChainedFunction);
var _classnames = require('classnames');

@@ -104,3 +106,3 @@

var noticeNodes = this.state.notices.map(function (notice) {
var onClose = (0, _rcUtil.createChainedFunction)(_this.remove.bind(_this, notice.key), notice.onClose);
var onClose = (0, _createChainedFunction2["default"])(_this.remove.bind(_this, notice.key), notice.onClose);
return _react2["default"].createElement(

@@ -107,0 +109,0 @@ _Notice2["default"],

{
"name": "rc-notification",
"version": "1.3.4",
"version": "1.3.5",
"description": "notification ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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