share-files
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -28,3 +28,3 @@ const interfaces = require('os').networkInterfaces(); | ||
Object.keys(interfaces).forEach((interface,index) => { | ||
console.log(`${(index+1)}:${interface}`) | ||
console.log(`${interface}`) | ||
}) | ||
@@ -31,0 +31,0 @@ console.log("Type your interface down like en0 and press enter:") |
{ | ||
"name": "share-files", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Share files from your computer to mobile phone in same network using qr code", | ||
@@ -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
5032