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

node-tcp-proxy

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-tcp-proxy - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "0.0.9",
"version": "0.0.10",
"main": "index.js",

@@ -8,0 +8,0 @@ "repository": {

@@ -14,4 +14,5 @@ #!/usr/bin/env node

.option("-t, --tls [both]", "Use TLS", false)
.option("-c, --pfx [file]", "Private key file", "cert.pfx")
.option("-p, --passphrase [value]",
.option("-c, --pfx [file]", "Private key file",
require.resolve("./cert.pfx"))
.option("-a, --passphrase [value]",
"Passphrase to access private key file", "abcd")

@@ -18,0 +19,0 @@ .parse(process.argv);

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