New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reload

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reload - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

1.1.1 / 2017-01-28
------------------
Fixed undefined error log on send message. See: https://github.com/jprichardson/reload/pull/59
1.1.0 / 2016-11-12

@@ -2,0 +6,0 @@ ------------------

4

lib/reload.js

@@ -42,3 +42,5 @@ var path = require('path')

conn.send(command, function (error) {
console.error(error)
if (error) {
console.error(error)
}
})

@@ -45,0 +47,0 @@ } else {

{
"name": "reload",
"version": "1.1.0",
"version": "1.1.1",
"description": "Node.js module to refresh and reload your code in your browser when your code changes. No browser plugins required.",

@@ -5,0 +5,0 @@ "repository": {

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