dat-doctor
Advanced tools
Comparing version 0.0.1 to 1.0.0
@@ -62,3 +62,7 @@ var dns = require('dns-discovery') | ||
console.log('') | ||
console.log(' dat doctor ' + id) | ||
if (process.argv[1].slice(process.argv[1].lastIndexOf('/') + 1) === 'dat-doctor') { | ||
console.log(' dat-doctor ' + id) | ||
} else { | ||
console.log(' dat doctor ' + id) | ||
} | ||
console.log('') | ||
@@ -65,0 +69,0 @@ console.log('Waiting for incoming connections... (local port: %d)', sw.address().port) |
{ | ||
"name": "dat-doctor", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Dat network doctor extension", | ||
"main": "index.js", | ||
"bin": { | ||
"dat-doctor": "cli.js" | ||
}, | ||
"author": "mafintosh", | ||
@@ -13,4 +16,5 @@ "license": "BSD-3-Clause", | ||
"dns-discovery": "^5.3.4", | ||
"minimist": "^1.2.0", | ||
"pump": "^1.0.1" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3558
5
71
1
1
27
6
+ Addedminimist@^1.2.0