
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
react-web-notify
Advanced tools
React-Web-Notify is a highly customizable notification widget component built with React. It allows to have simple and easy web notifications in a web application.
npm install react-web-notifyimport React from 'react';
import webNotify from "react-web-notify";
function App() {
const handleShowNotification = () => {
webNotify({
type: "success",
position: "top-right",
duration: 5000,
title: "This is notification title",
message: "This is notification message",
});
};
return (
<div>
<button onClick={handleShowNotification}>Show Notification</button>
</div>
);
}
export default App;
type:success: For showing success notification.error: For showing error notification.warning: For showing warning notification.info: For showing information based notification.position: Position of the notification on the screen. Available positions:bottom-rightbottom-centerbottom-lefttop-righttop-centertop-leftduration: default is 5000 mstitle: Title of the notificationmessage: Notification messagetitleIcon: Default title icons are : ✅ for success | ❌ for error | ⚠️ for warning | ℹ️ for info. Add a title icon to replace the existing one.If you want to contribute to this project, feel free to submit pull requests or open issues for suggestions and bug reports.
This project is licensed under the MIT License. See the LICENSE file for details.
FAQs
A react plugin to show notifications in a simple way.
We found that react-web-notify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.