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.8 to 0.3.9

12

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

@@ -13,3 +13,3 @@ "main": "./lib/node-hot.js",

"build": "babel src --out-dir lib/ --copy-files",
"prepublish": "npm run clean && npm run build",
"prepublishOnly": "npm run clean && npm run build",
"patch-release": "npm version patch && npm publish && git push --follow-tags",

@@ -23,3 +23,3 @@ "minor-release": "npm version minor && npm publish && git push --follow-tags",

"type": "git",
"url": "https://github.com/emsoft/node-hot-loader"
"url": "https://github.com/vlazh/node-hot-loader"
},

@@ -50,3 +50,3 @@ "keywords": [

"name": "Vladimir Zhukov",
"url": "http://github.com/emsoft"
"url": "http://github.com/vlazh"
}

@@ -56,5 +56,5 @@ ],

"bugs": {
"url": "https://github.com/emsoft/node-hot-loader/issues"
"url": "https://github.com/vlazh/node-hot-loader/issues"
},
"homepage": "https://github.com/emsoft/node-hot-loader",
"homepage": "https://github.com/vlazh/node-hot-loader",
"author": "Vladimir Zhukov",

@@ -61,0 +61,0 @@ "dependencies": {

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