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

browser-sync-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-sync-webpack-plugin - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "browser-sync-webpack-plugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "BrowserSync and Webpack integration",

@@ -5,0 +5,0 @@ "keywords": [

@@ -11,4 +11,4 @@ # [BrowserSync](http://www.browsersync.io/) plugin for [Webpack](http://webpack.github.io/)

With release of 2.0.0 plugin is expected to be used in node v4+ environment.
Support for node of v3 and lower was dropped, but you can install and use plugin version of 1.2.0 for old environments.
With release of 2.0.0 the plugin is expected to be used in Node v4+ environment.
Support for Node v3 and lower was dropped, but you can install and use the plugin version of 1.2.0 in older environments.

@@ -31,3 +31,3 @@ ## Usage:

```javascript
var BrowserSyncPlugin = require('browser-sync-webpack-plugin');
const BrowserSyncPlugin = require('browser-sync-webpack-plugin');

@@ -58,3 +58,3 @@ module.exports = {

```javascript
var BrowserSyncPlugin = require('browser-sync-webpack-plugin');
const BrowserSyncPlugin = require('browser-sync-webpack-plugin');

@@ -61,0 +61,0 @@ module.exports = {

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