Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rc-notification

Package Overview
Dependencies
Maintainers
7
Versions
76
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.6 to 4.5.7

7

es/Notification.d.ts

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

state: NotificationState;
private hookRefs;
/**
* @private Internal props do not call it directly.
* We do not make this as private is caused TS will trade private as
* different prop that between es and lib
*/
hookRefs: Map<React.Key, HTMLDivElement>;
getTransitionName(): string;

@@ -56,0 +61,0 @@ add: (originNotice: NoticeContent, holderCallback?: HolderReadyCallback) => void;

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

state: NotificationState;
private hookRefs;
/**
* @private Internal props do not call it directly.
* We do not make this as private is caused TS will trade private as
* different prop that between es and lib
*/
hookRefs: Map<React.Key, HTMLDivElement>;
getTransitionName(): string;

@@ -56,0 +61,0 @@ add: (originNotice: NoticeContent, holderCallback?: HolderReadyCallback) => void;

2

package.json
{
"name": "rc-notification",
"version": "4.5.6",
"version": "4.5.7",
"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