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.8.5 to 1.8.6

7

CHANGELOG.md

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

<a name="1.8.6"></a>
## <small>1.8.6 (2018-05-23)</small>
* Update README ([dd015dd](https://github.com/vlazh/node-hot-loader/commit/dd015dd))
<a name="1.8.5"></a>

@@ -2,0 +9,0 @@ ## <small>1.8.5 (2018-05-23)</small>

2

package.json
{
"name": "node-hot-loader",
"version": "1.8.5",
"version": "1.8.6",
"description": "Hot module replacement for Node.js applications",

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

@@ -48,2 +48,18 @@ # 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)

```
Of course, you can add script into you package.json:
```json
...
"scripts": {
"start": "node-hot --config webpack.config.server.js"
}
...
```
and then run with your favorite package manager:
```
npm run start
```
or
```
yarn run start
```

@@ -50,0 +66,0 @@ ## The minimum required configuration:

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