Socket
Socket
Sign inDemoInstall

node-hot-loader

Package Overview
Dependencies
179
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.12.2 to 1.12.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## <small>1.12.3 (2018-12-29)</small>
* Update deps ([23d8c99](https://github.com/vlazh/node-hot-loader/commit/23d8c99))
## <small>1.12.2 (2018-11-03)</small>

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

27

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

@@ -60,23 +60,24 @@ "main": "./lib/node-hot.js",

"@babel/register": "^7.0.0",
"path-is-absolute": "^1.0.1",
"path-is-absolute": "^2.0.0",
"source-map-support": "^0.5.9",
"yargs": "^12.0.2"
"yargs": "^12.0.5"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@types/webpack-env": "^1.13.6",
"@vzh/configs": "^2.15.1",
"@vzh/configs": "^2.20.0",
"babel-eslint": "^10.0.1",
"conventional-changelog-cli": "^2.0.11",
"eslint": "^5.8.0",
"eslint": "^5.11.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"prettier": "^1.14.3",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.15.3",
"rimraf": "^2.6.1",
"webpack": "^4.24.0"
"webpack": "^4.28.2",
"webpack-merge": "^4.1.5"
},

@@ -83,0 +84,0 @@ "peerDependencies": {

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