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.0-alpha.8 to 5.0.0-alpha.9

3

es/index.d.ts
import useNotification from './useNotification';
import Notice from './Notice';
import type { NotificationAPI, NotificationConfig } from './useNotification';
export { useNotification };
export { useNotification, Notice };
export type { NotificationAPI, NotificationConfig };
import useNotification from './useNotification';
export { useNotification };
import Notice from './Notice';
export { useNotification, Notice };
import useNotification from './useNotification';
import Notice from './Notice';
import type { NotificationAPI, NotificationConfig } from './useNotification';
export { useNotification };
export { useNotification, Notice };
export type { NotificationAPI, NotificationConfig };

@@ -8,2 +8,8 @@ "use strict";

});
Object.defineProperty(exports, "Notice", {
enumerable: true,
get: function get() {
return _Notice.default;
}
});
Object.defineProperty(exports, "useNotification", {

@@ -16,2 +22,4 @@ enumerable: true,

var _useNotification = _interopRequireDefault(require("./useNotification"));
var _useNotification = _interopRequireDefault(require("./useNotification"));
var _Notice = _interopRequireDefault(require("./Notice"));
{
"name": "rc-notification",
"version": "5.0.0-alpha.8",
"version": "5.0.0-alpha.9",
"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