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.10 to 1.4.11

5

index.js

@@ -143,6 +143,7 @@ #!/usr/bin/env node

const holesailClient = require('holesail-client')
var pubClient = null;
if (isConnectorSet) {
const pubClient = new holesailClient(connector, "secure")
pubClient = new holesailClient(connector, "secure")
} else {
const pubClient = new holesailClient(connector)
pubClient = new holesailClient(connector)
}

@@ -149,0 +150,0 @@

2

package.json
{
"name": "holesail",
"version": "1.4.10",
"version": "1.4.11",
"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