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.24 to 0.1.25

2

index.js

@@ -237,3 +237,3 @@ /**

if (!this.suppressCompileStart) {
compiler.hooks.watchRun.tap('webpack-build-notifier', this.onCompilationWatchRun.bind(this));
compiler.hooks.watchRun.tapAsync('webpack-build-notifier', this.onCompilationWatchRun.bind(this));
}

@@ -240,0 +240,0 @@ compiler.hooks.done.tap('webpack-build-notifier', this.onCompilationDone.bind(this));

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

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

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

---------
#### 0.1.25
###### _April 18, 2018_
- Updated Webpack 4 watchRun hook to use tapAsync to fix #25.
#### 0.1.24

@@ -116,0 +121,0 @@ ###### _April 15, 2018_

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