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 5.0.3 to 5.0.4

2

es/Notifications.d.ts

@@ -13,3 +13,3 @@ import * as React from 'react';

motion?: CSSMotionProps | ((placement: Placement) => CSSMotionProps);
container?: HTMLElement;
container?: HTMLElement | ShadowRoot;
maxCount?: number;

@@ -16,0 +16,0 @@ className?: (placement: Placement) => string;

@@ -9,3 +9,3 @@ import * as React from 'react';

/** Customize container. It will repeat call which means you should return same container element. */
getContainer?: () => HTMLElement;
getContainer?: () => HTMLElement | ShadowRoot;
motion?: CSSMotionProps | ((placement: Placement) => CSSMotionProps);

@@ -12,0 +12,0 @@ closeIcon?: React.ReactNode;

@@ -13,3 +13,3 @@ import * as React from 'react';

motion?: CSSMotionProps | ((placement: Placement) => CSSMotionProps);
container?: HTMLElement;
container?: HTMLElement | ShadowRoot;
maxCount?: number;

@@ -16,0 +16,0 @@ className?: (placement: Placement) => string;

@@ -9,3 +9,3 @@ import * as React from 'react';

/** Customize container. It will repeat call which means you should return same container element. */
getContainer?: () => HTMLElement;
getContainer?: () => HTMLElement | ShadowRoot;
motion?: CSSMotionProps | ((placement: Placement) => CSSMotionProps);

@@ -12,0 +12,0 @@ closeIcon?: React.ReactNode;

{
"name": "rc-notification",
"version": "5.0.3",
"version": "5.0.4",
"description": "notification ui component for react",

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

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