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.31 to 0.1.32

5

CHANGELOG.md
# Changelog
#### 0.1.32
###### _April 16, 2019_
- Fixed TypeScript definitions per issues [#38](/../../issues/38) and [#39](/../../issues/39).
#### 0.1.31

@@ -4,0 +9,0 @@ ###### _March 20, 2019_

4

index.d.ts

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

*/
onClick: (notifier: NotificationCenter, options: NotificationCenter.Notification) => void;
onClick?: (notifier: NotificationCenter, options: NotificationCenter.Notification) => void;
/**

@@ -132,4 +132,4 @@ * A function called when the notification times out (closes). Undefined by default. The function is passed

export class WebpackBuildNotifierPlugin extends Plugin {
export default class WebpackBuildNotifierPlugin extends Plugin {
constructor(config?: WebpackBuildNotifierConfig);
}
{
"name": "webpack-build-notifier",
"version": "0.1.31",
"version": "0.1.32",
"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