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 0.3.9 to 0.3.10

.history/.gitignore_20170826220816

3

lib/loader.js

@@ -92,3 +92,4 @@ 'use strict';

compiler: compiler,
watching: undefined };
watching: undefined // compiler watching by compiler.watch(...)
};
return Promise.resolve().then(function () {

@@ -95,0 +96,0 @@ return require('./HmrServer');

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

@@ -58,17 +58,17 @@ "main": "./lib/node-hot.js",

"dependencies": {
"babel-register": "^6.24.1",
"babel-register": "^6.26.0",
"path-is-absolute": "^1.0.1",
"source-map-support": "^0.4.15",
"yargs": "^8.0.1"
"source-map-support": "^0.4.16",
"yargs": "^8.0.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-plugin-dynamic-import-node": "^1.0.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.5.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.2.0",
"babel-preset-env": "^1.6.0",
"eslint": "^4.5.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-import": "^2.7.0",
"rimraf": "^2.6.1"
}
}

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

```
npm install --save-dev node-hot-loader
npm install --save-dev node-hot-loader webpack
```

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