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

wtfnode

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wtfnode - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

2

index.js

@@ -455,3 +455,3 @@ 'use strict';

var agent = req.agent;
if (typeof agent.protocol === 'string') return agent.protocol;
if (agent && typeof agent.protocol === 'string') return agent.protocol;
var ctor = socket.constructor && socket.constructor.name;

@@ -458,0 +458,0 @@ return ctor === 'CleartextStream' ? 'https:' : 'http:';

{
"name": "wtfnode",
"version": "0.9.3",
"version": "0.9.4",
"description": "Utility to help find out why Node isn't exiting",

@@ -28,3 +28,6 @@ "repository": {

"source-map-support": "^0.5.19"
},
"engines": {
"node": ">=0.10.0"
}
}
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