![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
webpack-build-speaker
Advanced tools
A Webpack plugin that speaks notifications for build steps using the Mac OS X say command.
A Webpack plugin, for Mac OS X, that uses the say module to speak notifications for Webpack build errors and warnings.
Are you tired of having to constantly switch between your IDE and terminal window to see whether your latest edits resulted in a failed build? Why didn't your latest changes get hot-loaded? Was there a syntax error or failed unit test? With this plugin, you will always be apprised of build problems without having to keep an eye on your terminal window.
To use, install the webpack-build-speaker package npm install webpack-build-speaker --save-dev
and add the plugin to your Webpack configuration file:
// webpack.config.js
var WebpackBuildSpeakerPlugin = require('webpack-build-speaker');
module.exports = {
// ... snip ...
plugins: [
new WebpackBuildSpeakerPlugin()
],
// ... snip ...
}
The voice to use to speak the notification. All of the Mac voices are available as listed in the say package.
The message to speak for a successful build. Defaults to Build successful!
.
The message to speak for a warning with the build. Defaults to The build has warnings
.
The message to speak for a failed build. Defaults to The build has errors!
.
True to suppress the success notifications, otherwise false (default). Note that the success notification will always be shown following a failed build regardless of this setting.
True to suppress the warning notifications, otherwise false (default).
Huge thanks to Rocco Cataldo for his webpack-build-notifier which was a starting point for this plugin.
FAQs
A Webpack plugin that speaks notifications for build steps using the Mac OS X say command.
The npm package webpack-build-speaker receives a total of 27 weekly downloads. As such, webpack-build-speaker popularity was classified as not popular.
We found that webpack-build-speaker 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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.