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.0.3 to 1.0.4

4

lib/HmrClient.js

@@ -34,3 +34,3 @@ 'use strict';

if (status === 'idle') {
console.log(HmrClient.logPrefix, 'Checking for updates on the server...');
console.log(HmrClient.logPrefix, 'Checking for updates...');
_this.check();

@@ -52,3 +52,3 @@ } else if (['abort', 'fail'].indexOf(status) >= 0) {

console.warn(HmrClient.logPrefix, 'Cannot find update. Need to do a full reload!');
console.warn(HmrClient.logPrefix, '(Probably because of restarting the server)');
// console.warn(HmrClient.logPrefix, '(Probably because of restarting the server)');
return null;

@@ -55,0 +55,0 @@ }

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

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

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

It based on sources of [webpack-hot-middleware](https://github.com/glenjamin/webpack-hot-middleware) and [webpack/hot/only-dev-server](https://github.com/webpack/webpack).
It based on sources of [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) and [webpack/hot/only-dev-server](https://github.com/webpack/webpack).
Under the hood it uses webpack and babel, so you can use all you need configurations in config files for babel and webpack.

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

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