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.7 to 1.4.8

7

index.js

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

createHash
} = require('crypto'); //for connectors
} = require('node:crypto'); //for connectors

@@ -16,3 +16,2 @@ //splitting into files

//setting up the command hierarchy

@@ -48,3 +47,3 @@ if (argv.help) {

localServer.serve(argv.live, host, () => {
localServer.serve({port:argv.live,address:host,buffSeed:connector},() => {

@@ -59,3 +58,3 @@ if (isConnectorSet) {

console.log('Server public key:', localServer.getPublicKey());
}, connector);
});

@@ -62,0 +61,0 @@ } else if (argv.connect) {

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

@@ -5,0 +5,0 @@ "main": "index.js",

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