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.15.4 to 1.16.0

HmrClient.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## 1.16.0 (2019-08-02)
* Reorganize build ([75e33fc](https://github.com/vlazh/node-hot-loader/commit/75e33fc))
* Update deps ([99043c3](https://github.com/vlazh/node-hot-loader/commit/99043c3))
## <small>1.15.4 (2019-07-23)</small>

@@ -2,0 +9,0 @@

33

package.json
{
"name": "node-hot-loader",
"version": "1.15.4",
"version": "1.16.0",
"description": "Hot module replacement for Node.js applications",
"author": "Vladimir Zhukov",
"license": "MIT",
"main": "./lib/node-hot.js",
"main": "./node-hot.js",
"bin": {
"node-hot": "./lib/node-hot.js",
"node-hot-loader": "./lib/node-hot.js"
"node-hot": "./node-hot.js",
"node-hot-loader": "./node-hot.js"
},
"scripts": {
"update-deps": "yarn upgrade-interactive --latest",
"clean": "rimraf lib/",
"build": "babel src --out-dir lib/ --copy-files",
"build-to-simple-example": "npm run clean && babel src --out-dir 'examples/simple-example/node_modules/node-hot-loader/lib/' --copy-files",
"build-to-tutoron": "babel src --out-dir '../tutoron/node_modules/node-hot-loader/lib/' --copy-files",
"prepublishOnly": "npm run clean && npm run build",
"patch-publish": "npm version patch && git commit --amend --no-edit && npm publish --access public && git push --follow-tags",
"minor-publish": "npm version minor && git commit --amend --no-edit && npm publish --access public && git push --follow-tags",
"major-publish": "npm version major && git commit --amend --no-edit && npm publish --access public && git push --follow-tags",
"clean": "rimraf ./dist/",
"copy": "copyfiles package.json LICENSE README.md CHANGELOG.md ./dist/",
"build": "npm run clean && babel src --out-dir ./dist/ --copy-files && npm run copy",
"build-to-simple-example": "npm run clean && babel src --out-dir 'examples/simple-example/node_modules/node-hot-loader/' --copy-files",
"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/ --access public && git push --follow-tags",
"minor-publish": "npm version minor && npm run build && git commit --amend --no-edit && npm publish ./dist/ --access public && git push --follow-tags",
"major-publish": "npm version major && npm run build && git commit --amend --no-edit && npm publish ./dist/ --access public && git push --follow-tags",
"version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md",

@@ -57,3 +57,3 @@ "changelog": "conventional-changelog -i CHANGELOG.md -s"

"require-from-string": "^2.0.2",
"source-map-support": "^0.5.12",
"source-map-support": "^0.5.13",
"yargs": "^13.3.0"

@@ -70,4 +70,5 @@ },

"babel-eslint": "^10.0.2",
"conventional-changelog-cli": "^2.0.21",
"eslint": "^6.0.1",
"conventional-changelog-cli": "^2.0.23",
"copyfiles": "^2.1.1",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^13.2.0",

@@ -79,3 +80,3 @@ "eslint-config-prettier": "^6.0.0",

"rimraf": "^2.6.3",
"webpack": "^4.36.1"
"webpack": "^4.39.0"
},

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

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