Socket
Socket
Sign inDemoInstall

rc-notification

Package Overview
Dependencies
Maintainers
7
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 4.5.0 to 4.5.1

7

es/Notification.js

@@ -152,5 +152,8 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";

motionName: this.getTransitionName(),
onLeaveEnd: function onLeaveEnd(_, __, _ref4) {
onVisibleChanged: function onVisibleChanged(changedVisible, _ref4) {
var key = _ref4.key;
delete _this2.noticePropsMap[key];
if (!changedVisible) {
delete _this2.noticePropsMap[key];
}
}

@@ -157,0 +160,0 @@ }, function (_ref5) {

@@ -173,5 +173,8 @@ "use strict";

motionName: this.getTransitionName(),
onLeaveEnd: function onLeaveEnd(_, __, _ref4) {
onVisibleChanged: function onVisibleChanged(changedVisible, _ref4) {
var key = _ref4.key;
delete _this2.noticePropsMap[key];
if (!changedVisible) {
delete _this2.noticePropsMap[key];
}
}

@@ -178,0 +181,0 @@ }, function (_ref5) {

{
"name": "rc-notification",
"version": "4.5.0",
"version": "4.5.1",
"description": "notification ui component for react",

@@ -51,2 +51,3 @@ "engines": {

"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.7",
"@types/jest": "^26.0.4",

@@ -69,5 +70,5 @@ "@types/react": "^16.9.34",

"classnames": "2.x",
"rc-motion": "^2.1.1",
"rc-motion": "^2.2.0",
"rc-util": "^5.0.1"
}
}
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