node-hot-loader
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -92,3 +92,4 @@ 'use strict'; | ||
compiler: compiler, | ||
watching: undefined }; | ||
watching: undefined // compiler watching by compiler.watch(...) | ||
}; | ||
return Promise.resolve().then(function () { | ||
@@ -95,0 +96,0 @@ return require('./HmrServer'); |
{ | ||
"name": "node-hot-loader", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "Hot module replacement for Node.js applications", | ||
@@ -58,17 +58,17 @@ "main": "./lib/node-hot.js", | ||
"dependencies": { | ||
"babel-register": "^6.24.1", | ||
"babel-register": "^6.26.0", | ||
"path-is-absolute": "^1.0.1", | ||
"source-map-support": "^0.4.15", | ||
"yargs": "^8.0.1" | ||
"source-map-support": "^0.4.16", | ||
"yargs": "^8.0.2" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-cli": "^6.26.0", | ||
"babel-plugin-dynamic-import-node": "^1.0.2", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-preset-env": "^1.5.1", | ||
"eslint": "^3.19.0", | ||
"eslint-config-airbnb-base": "^11.2.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"babel-preset-env": "^1.6.0", | ||
"eslint": "^4.5.0", | ||
"eslint-config-airbnb-base": "^11.3.2", | ||
"eslint-plugin-import": "^2.7.0", | ||
"rimraf": "^2.6.1" | ||
} | ||
} |
@@ -23,3 +23,3 @@ # Node Hot Loader [![npm package](https://img.shields.io/npm/v/node-hot-loader.svg?style=flat-square)](https://www.npmjs.org/package/node-hot-loader) | ||
``` | ||
npm install --save-dev node-hot-loader | ||
npm install --save-dev node-hot-loader webpack | ||
``` | ||
@@ -26,0 +26,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135408
17
520
2
Updatedbabel-register@^6.26.0
Updatedsource-map-support@^0.4.16
Updatedyargs@^8.0.2