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.6.0 to 1.6.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

<a name="1.6.1"></a>
## <small>1.6.1 (2018-04-08)</small>
* Improve error logging ([b6b394b](https://github.com/vlazh/node-hot-loader/commit/b6b394b))
<a name="1.6.0"></a>

@@ -2,0 +9,0 @@ ## 1.6.0 (2018-02-24)

3

lib/Logger.js

@@ -28,5 +28,6 @@ 'use strict';

error(message, ...optionalParams) {
console.error(this.prefix, _LogColors2.default.red(message), ...optionalParams);
const string = message.stack || message;
console.error(this.prefix, _LogColors2.default.red(string), ...optionalParams);
}
}
exports.default = Logger;
{
"name": "node-hot-loader",
"version": "1.6.0",
"version": "1.6.1",
"description": "Hot module replacement for Node.js applications",

@@ -5,0 +5,0 @@ "main": "./lib/node-hot.js",

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