Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@academy-ui/notification
Advanced tools
Web component implementation of a notification styled UI. Inspired around Firebase's notification styling.
Web component implementation of a notification styled UI. Inspired around Firebase's notification styling.
npm install @academy-ui/notification --save
<script src='node_modules/@academy-ui/notification/dist/notification-controller.js'></script>
in the head of your index.html<script src='https://unpkg.com/@academy-ui/notification@1.0.3/dist/notification-controller.js'></script>
in the head of your index.htmlNote: For all implementations you need to include the notification-controller
in the root index.html
of your project.
<notification-controller class="top-right"></notification-controller>
Available styling placement classes include:
document.getElementsByTagName('notification-controller').item(0).success('This is a success alert.');
document.getElementsByTagName('notification-controller').item(0).error('This is an error alert.');
document.getElementsByTagName('notification-controller').item(0).warning('This is a warning alert.');
document.getElementsByTagName('notification-controller').item(0).error('This is an info alert.');
Note: You can pass the full options config instead of a string message to control other properties such as icons, durations, individual notification animations, etc.
FAQs
Web component implementation of a notification styled UI. Inspired around Firebase's notification styling.
We found that @academy-ui/notification demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.