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

hotcode

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hotcode - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json

@@ -13,3 +13,3 @@ {

"keywords": ["monitor", "development", "restart", "autoload", "reload", "terminal"],
"version": "0.0.1",
"version": "0.0.2",
"preferGlobal" : "true",

@@ -16,0 +16,0 @@ "main": "./hotcode",

@@ -209,3 +209,3 @@ // In case we leave a console.*** in the code without native support

var messageEvent = eventMethod == 'attachEvent' ? 'onmessage' : 'message';
eventer(messageEvent,function(e) {
attachEvent(messageEvent,function(e) {
var data = JSON.parse(e.data);

@@ -212,0 +212,0 @@

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