Socket
Socket
Sign inDemoInstall

rc-notification

Package Overview
Dependencies
11
Maintainers
7
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3

2

es/Notifications.js

@@ -127,3 +127,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

key: placement,
className: classNames(prefixCls, "".concat(prefixCls, "-topRight")),
className: classNames(prefixCls, "".concat(prefixCls, "-").concat(placement)),
style: style === null || style === void 0 ? void 0 : style(placement),

@@ -130,0 +130,0 @@ keys: keys,

@@ -145,3 +145,3 @@ "use strict";

key: placement,
className: (0, _classnames.default)(prefixCls, "".concat(prefixCls, "-topRight")),
className: (0, _classnames.default)(prefixCls, "".concat(prefixCls, "-").concat(placement)),
style: style === null || style === void 0 ? void 0 : style(placement),

@@ -148,0 +148,0 @@ keys: keys,

{
"name": "rc-notification",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "notification ui component for react",

@@ -5,0 +5,0 @@ "engines": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc