Socket
Socket
Sign inDemoInstall

node-hot-loader

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-hot-loader - npm Package Compare versions

Comparing version 1.8.4 to 1.8.5

7

CHANGELOG.md

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

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

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

2

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

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

@@ -112,10 +112,10 @@ # 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)

DB.connect()
.then(() => {
console.log('Successfully connected to MongoDB.');
console.log('Starting http server...');
return startServer();
})
.catch(err => {
console.error('Error in server start script.', err);
});
.then(() => {
console.log('Successfully connected to MongoDB.');
console.log('Starting http server...');
return startServer();
})
.catch(err => {
console.error('Error in server start script.', err);
});
```

@@ -126,5 +126,1 @@

[MIT](https://opensource.org/licenses/mit-license.php)
## Other projects
Try the [reflexy](https://github.com/vlazh/reflexy) - react flexbox layout components.
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc