Socket
Socket
Sign inDemoInstall

node-hot-loader

Package Overview
Dependencies
147
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.21.8 to 1.21.9

6

CHANGELOG.md

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

## <small>1.21.9 (2022-08-26)</small>
* Update deps ([fbd8262](https://github.com/vlazh/node-hot-loader/commit/fbd8262))
## <small>1.21.8 (2022-05-11)</small>

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

2

node-hot.js

@@ -23,3 +23,3 @@ #!/usr/bin/env node

const params = _yargs.default.config(options).usage('Usage: $0 [args]').help('help').alias('help', 'h').alias('help', '?').version("1.21.7").alias('version', 'v').options({
const params = _yargs.default.config(options).usage('Usage: $0 [args]').help('help').alias('help', 'h').alias('help', '?').version("1.21.8").alias('version', 'v').options({
config: {

@@ -26,0 +26,0 @@ type: 'string',

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

@@ -55,28 +55,28 @@ "author": "VZH",

"dependencies": {
"@babel/register": "^7.17.7",
"@babel/register": "^7.18.9",
"require-from-string": "^2.0.2",
"source-map-support": "^0.5.21",
"yargs": "^17.4.1"
"yargs": "^17.5.1"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.17.10",
"@jstoolkit/configs": "^3.84.5",
"@types/webpack-env": "^1.16.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@jstoolkit/configs": "^3.84.7",
"@types/webpack-env": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"conventional-changelog-cli": "^2.2.2",
"copyfiles": "^2.4.1",
"eslint": "^8.15.0",
"eslint": "^8.22.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.6.4",
"webpack": "^5.72.1"
"typescript": "^4.8.2",
"webpack": "^5.74.0"
},

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc