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

dat-doctor

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dat-doctor - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

cli.js

6

index.js

@@ -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"
}
}
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