Socket
Socket
Sign inDemoInstall

open-browser-webpack-plugin

Package Overview
Dependencies
1
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

4

index.js

@@ -51,6 +51,6 @@ var open = require('open');

compiler.plugin('watch-run', once(function checkWatchingMode(watching, done) {
compiler.plugin('watch-run', function checkWatchingMode(watching, done) {
isWatching = true;
done();
}));
});

@@ -57,0 +57,0 @@ compiler.plugin('done', function doneCallback(stats) {

{
"name": "open-browser-webpack-plugin",
"version": "0.0.4",
"version": "0.0.5",
"description": "Opens the browser when Webpack is ready serving your files.",

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

@@ -64,2 +64,6 @@ # Open Browser Webpack Plugin

### 0.0.5 - 2017-03-09
#### Fixes
- Fix issue where the compilation never ends. (Thanks to @vkalinichev)
### 0.0.4 - 2017-02-19

@@ -66,0 +70,0 @@ #### Fixes

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc