Socket
Socket
Sign inDemoInstall

node-hot-loader

Package Overview
Dependencies
152
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.16.1 to 1.16.2

15

CHANGELOG.md

@@ -0,1 +1,16 @@

## <small>1.16.2 (2019-08-02)</small>
* 1.16.0 ([28f73d5](https://github.com/vlazh/node-hot-loader/commit/28f73d5))
* 1.16.1 ([5952870](https://github.com/vlazh/node-hot-loader/commit/5952870))
* Exclude source map from assets ([3e43a13](https://github.com/vlazh/node-hot-loader/commit/3e43a13))
* Fix node-hot version ([90e22ff](https://github.com/vlazh/node-hot-loader/commit/90e22ff))
* Prettierify ([24110dd](https://github.com/vlazh/node-hot-loader/commit/24110dd))
* Reorganize build ([75e33fc](https://github.com/vlazh/node-hot-loader/commit/75e33fc))
* Update deps ([7ec894f](https://github.com/vlazh/node-hot-loader/commit/7ec894f))
* Update deps ([ce73fe7](https://github.com/vlazh/node-hot-loader/commit/ce73fe7))
* Update deps ([99043c3](https://github.com/vlazh/node-hot-loader/commit/99043c3))
* Update docs ([deb5fc6](https://github.com/vlazh/node-hot-loader/commit/deb5fc6))
## <small>1.16.1 (2019-08-02)</small>

@@ -2,0 +17,0 @@

2

node-hot.js

@@ -21,3 +21,3 @@ #!/usr/bin/env node

const params = _yargs.default.config(options).usage('Usage: $0 [args]').help('help').alias('help', 'h').alias('help', '?').version("1.16.1").alias('version', 'v').options({
const params = _yargs.default.config(options).usage('Usage: $0 [args]').help('help').alias('help', 'h').alias('help', '?').version("1.16.2").alias('version', 'v').options({
config: {

@@ -24,0 +24,0 @@ type: 'string',

@@ -20,3 +20,3 @@ "use strict";

* force: boolean;
* fork: boolean | string;
* fork: boolean | string[];
* inMemory: boolean;

@@ -23,0 +23,0 @@ * logLevel: string;

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

@@ -5,0 +5,0 @@ "author": "Vladimir Zhukov",

@@ -92,3 +92,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)

force, // boolean. true - always launch entries, false (by default) - launch entries only in watch mode.
fork, // boolean | string
fork, // boolean | string[]. For example ['--key', 'key value'].
logLevel, // string

@@ -95,0 +95,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