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.17.2 to 1.17.3

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## <small>1.17.3 (2019-08-19)</small>
* 1.17.2 ([015ba8d](https://github.com/vlazh/node-hot-loader/commit/015ba8d))
* Fix CHANGELOG ([b0410b8](https://github.com/vlazh/node-hot-loader/commit/b0410b8))
* Update scripts ([f73250b](https://github.com/vlazh/node-hot-loader/commit/f73250b))
## <small>1.17.2 (2019-08-19)</small>

@@ -2,0 +10,0 @@

2

node-hot.js

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

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

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

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

@@ -19,5 +19,5 @@ "author": "Vladimir Zhukov",

"build-to-tutoron": "babel src --out-dir '../tutoron/node_modules/node-hot-loader/' --copy-files",
"patch-publish": "npm version patch && npm run build && git commit --amend --no-edit && npm publish ./dist/ && git push --follow-tags",
"minor-publish": "npm version minor && npm run build && git commit --amend --no-edit && npm publish ./dist/ && git push --follow-tags",
"major-publish": "npm version major && npm run build && git commit --amend --no-edit && npm publish ./dist/ && git push --follow-tags",
"patch-publish": "npm version patch && npm run build && npm publish ./dist/ && git push --follow-tags",
"minor-publish": "npm version minor && npm run build && npm publish ./dist/ && git push --follow-tags",
"major-publish": "npm version major && npm run build && npm publish ./dist/ && git push --follow-tags",
"version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md",

@@ -24,0 +24,0 @@ "changelog": "conventional-changelog -i CHANGELOG.md -s"

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