Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wake_on_lan

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

wake_on_lan - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{ "name" : "wake_on_lan"
, "version" : "0.0.3"
, "version" : "0.0.4"
, "description" : "generate and send Wake-on-LAN magic packets"

@@ -4,0 +4,0 @@ , "main": "./wake_on_lan.js"

@@ -54,3 +54,7 @@ var dgram = require('dgram')

if (error || i === num_packets) {
socket.close();
try {
socket.close();
} catch (ex) {
error = error || ex;
}
if (timer_id) {

@@ -64,2 +68,5 @@ clearTimeout(timer_id);

}
socket.on('error', post_write);
function sendWoL() {

@@ -76,5 +83,5 @@ i += 1;

socket.setBroadcast(true)
})
});
sendWoL();
}
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