
Research
Security News
The Landscape of Malicious Open Source Packages: 2025 Mid‑Year Threat Report
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
webpack-sane-compiler-notifier
Advanced tools
Notify webpack compilation status to your operating system when using webpack-sane-compiler
Notify webpack compilation status to your operating system when using webpack-sane-compiler.
$ npm install webpack-sane-compiler-notifier --save-dev
const startNotifying = require('webpack-sane-compiler-notifier');
const { stop, options } = startNotifying(compiler, {/* options */});
// Call compiler.run() or compiler.watch() to start a compilation and you will see OS notifications showing up
// Calling stop() will stop listening to the compiler events
// Furthermore, you have access to the options that were computed by the merge of provided options and the defaults
Name | Description | Type | Default |
---|---|---|---|
title | The title for the notification | string | package.json name |
icon | The icon for the notification | string | webpack-logo.png |
sound | Play a sound when notifying on OS that support it | string | false |
$ npm test
$ npm test -- --watch
during development
2.1.1 (2018-07-26)
<a name="2.1.0"></a>
FAQs
Notify webpack compilation status to your operating system when using webpack-sane-compiler
The npm package webpack-sane-compiler-notifier receives a total of 313 weekly downloads. As such, webpack-sane-compiler-notifier popularity was classified as not popular.
We found that webpack-sane-compiler-notifier demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 20 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
Security News
A look at the top trends in how threat actors are weaponizing open source packages to deliver malware and persist across the software supply chain.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.