New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

holesail

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

holesail - npm Package Compare versions

Comparing version 1.4.5 to 1.4.6

8

index.js

@@ -7,5 +7,3 @@ #!/usr/bin/env node

const argv = require('minimist')(process.argv.slice(2)) //required to parse cli arguments
var term = require( 'terminal-kit' ).terminal ; //to beautify terminal output
const {

@@ -54,3 +52,3 @@ createHash

} else {
term.yellow("Notice: There is no connector set. \n");
console.log("Notice: There is no connector set. \n");
}

@@ -98,3 +96,3 @@

} else {
term.yellow("Notice: There is no connector set.\n");
console.log("Notice: There is no connector set.\n");
}

@@ -140,3 +138,3 @@

} else {
term.yellow("Notice: There is no connector set.\n");
console.log("Notice: There is no connector set.\n");
}

@@ -143,0 +141,0 @@

{
"name": "holesail",
"version": "1.4.5",
"version": "1.4.6",
"description": "A P2P based node package to expose your local ports on the Holepunch protocol",

@@ -30,4 +30,3 @@ "main": "index.js",

"hyperdht": "^6.13.1",
"minimist": "^1.2.8",
"terminal-kit": "^3.1.1"
"minimist": "^1.2.8"
},

@@ -34,0 +33,0 @@ "bin": {

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