Socket
Socket
Sign inDemoInstall

bouncy

Package Overview
Dependencies
34
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

2

index.js

@@ -19,3 +19,3 @@ var http = require('http');

var ssl = Boolean(opts.key && opts.cert);
var ssl = Boolean(opts.key || opts.pfx);
var connectionEvent = ssl ? 'secureConnection' : 'connection';

@@ -22,0 +22,0 @@

{
"name" : "bouncy",
"description" : "route incoming http requests to http servers",
"version" : "3.1.0",
"version" : "3.1.1",
"repository" : {

@@ -6,0 +6,0 @@ "type" : "git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc