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 1.0.1 to 1.0.2

5

CHANGELOG.md
# Changelog
#### 1.0.2
###### _May_ 3, 2019_
- Corrected *sound TS types.
#### 1.0.1

@@ -4,0 +9,0 @@ ###### _April 16, 2019_

12

index.d.ts

@@ -32,3 +32,3 @@ import { Plugin } from 'webpack';

*/
sound?: string;
sound?: string | false;
/**

@@ -38,3 +38,3 @@ * The sound to play for success notifications. Defaults to the value of the *sound* configuration option.

*/
successSound?: string;
successSound?: string | false;
/**

@@ -44,3 +44,3 @@ * The sound to play for warning notifications. Defaults to the value of the *sound* configuration option.

*/
warningSound?: string;
warningSound?: string | false;
/**

@@ -50,3 +50,3 @@ * The sound to play for failure notifications. Defaults to the value of the *sound* configuration option.

*/
failureSound?: string;
failureSound?: string | false;
/**

@@ -56,3 +56,3 @@ * The sound to play for compilation notifications. Defaults to the value of the *sound* configuration option.

*/
compilationSound?: string;
compilationSound?: string | false;
/**

@@ -142,2 +142,2 @@ * Defines when success notifications are shown. Can be one of the following values:

}
}
}
{
"name": "webpack-build-notifier",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Webpack plugin that generates OS notifications for build steps using node-notifier.",

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

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