Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1.2 to 1.1.3

4

lib/HmrClient.js

@@ -24,4 +24,2 @@ 'use strict';

var hmrDocsUrl = 'https://webpack.js.org/concepts/hot-module-replacement/';
var logger = new _Logger2.default(_LogColors2.default.cyan('[HMR]'));

@@ -41,3 +39,3 @@

if (unacceptedModules.length > 0) {
logger.warn("The following modules couldn't be hot updated: (They would need a full reload!)\n" + 'This is usually because the modules which have changed (and their parents) do not know ' + ('how to hot reload themselves. See ' + hmrDocsUrl + ' for more details.'));
logger.warn("The following modules couldn't be hot updated: (They would need a full reload!)");
unacceptedModules.forEach(function (moduleId) {

@@ -44,0 +42,0 @@ logger.warn(' - ' + moduleId);

{
"name": "node-hot-loader",
"version": "1.1.2",
"version": "1.1.3",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc