Socket
Socket
Sign inDemoInstall

node-hot-loader

Package Overview
Dependencies
173
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.2 to 1.5.3

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="1.5.3"></a>
## <small>1.5.3 (2018-02-23)</small>
* Fix loose this context ([04d8526](https://github.com/vlazh/node-hot-loader/commit/04d8526))
* Update deps ([273fb1f](https://github.com/vlazh/node-hot-loader/commit/273fb1f))
<a name="1.5.2"></a>

@@ -2,0 +10,0 @@ ## 1.5.2 (2017-12-01)

6

lib/HmrClient.js

@@ -81,9 +81,9 @@ 'use strict';

ignoreErrored: true,
onUnaccepted(data) {
onUnaccepted: data => {
this.logger.warn(`Ignored an update to unaccepted module ${data.chain.join(' -> ')}`);
},
onDeclined(data) {
onDeclined: data => {
this.logger.warn(`Ignored an update to declined module ${data.chain.join(' -> ')}`);
},
onErrored(data) {
onErrored: data => {
this.logger.warn(`Ignored an error while updating module ${data.moduleId} (${data.type})`);

@@ -90,0 +90,0 @@ }

{
"name": "node-hot-loader",
"version": "1.5.2",
"version": "1.5.3",
"description": "Hot module replacement for Node.js applications",

@@ -61,9 +61,9 @@ "main": "./lib/node-hot.js",

"path-is-absolute": "^1.0.1",
"source-map-support": "^0.5.0",
"yargs": "^10.0.3"
"source-map-support": "^0.5.3",
"yargs": "^11.0.0"
},
"devDependencies": {
"@vzh/configs": "^0.7.0",
"@vzh/configs": "^0.54.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-eslint": "^8.2.2",
"babel-plugin-dynamic-import-node": "^1.2.0",

@@ -74,7 +74,7 @@ "babel-plugin-transform-class-properties": "^6.24.1",

"babel-preset-env": "^1.6.1",
"conventional-changelog-cli": "^1.3.5",
"eslint": "^4.12.1",
"conventional-changelog-cli": "^1.3.14",
"eslint": "^4.18.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-import": "^2.9.0",
"rimraf": "^2.6.1"

@@ -81,0 +81,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc