Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webpack-build-notifier

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-build-notifier - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

index.js

@@ -31,3 +31,3 @@ /**

*/
this.sound = cfg.sound || 'Submarine';
this.sound = cfg.hasOwnProperty('sound') ? cfg.sound : 'Submarine';
/**

@@ -131,2 +131,2 @@ * @cfg {Boolean} [suppressSuccess=false]

module.exports = WebpackBuildNotifierPlugin;
module.exports = WebpackBuildNotifierPlugin;
{
"name": "webpack-build-notifier",
"version": "0.1.6",
"version": "0.1.7",
"description": "A Webpack plugin that generates OS notifications for build steps using node-notifier.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -73,2 +73,7 @@ # webpack-build-notifier

---------
#### 1.0.7
###### _January 18, 2016_
- Fixed *sound* configuration option to allow "false" value to disable sound.
#### 1.0.6

@@ -75,0 +80,0 @@ ###### _December 17, 2015_

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