Socket
Socket
Sign inDemoInstall

needle

Package Overview
Dependencies
68
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 3.3.1

2

lib/needle.js

@@ -455,3 +455,3 @@ //////////////////////////////////////////

request_opts = this.get_request_opts(method, uri, config),
protocol = request_opts.protocol == 'https:' ? https : http;
protocol = request_opts.protocol == 'https:' ? https : http,
signal = request_opts.signal;

@@ -458,0 +458,0 @@

{
"name": "needle",
"version": "3.3.0",
"version": "3.3.1",
"description": "The leanest and most handsome HTTP client in the Nodelands.",

@@ -5,0 +5,0 @@ "keywords": [

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