Comparing version 0.1.0 to 0.1.1
@@ -102,4 +102,6 @@ #!/usr/bin/env node | ||
console.log('Analyting network...'); | ||
console.log('Taking a look around on your network...\nThe whole thing should not take more than a minute'); | ||
mdns.createBrowser(mdns.tcp('raop')).on('serviceUp', save).start(); | ||
mdns.createBrowser(mdns.tcp('airplay')).on('serviceUp', save).start(); | ||
setTimeout(done, 5000); |
{ | ||
"name": "airharvest", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A tool to scan your network for RAOP and AirPlay bonjour services and send their details to an open central repository", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7067
93