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

request-libcurl

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-libcurl - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

6

index.js

@@ -24,6 +24,6 @@ 'use strict';

code: 42,
status: 408,
message: '408: Request aborted (timeout)',
status: 499,
message: '499: Client Closed Request',
errorCode: 42,
statusCode: 408
statusCode: 499
};

@@ -30,0 +30,0 @@

{
"name": "request-libcurl",
"version": "2.0.2",
"version": "2.0.3",
"description": "Extremely stable HTTP request module built on top of libcurl",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -407,3 +407,3 @@ # Request-libcurl

# Note: The Internet connection is required to perform tests
# Note: Test-suite includes "no response" and "timeouted responces"
# Note: Test-suite includes "no response" and "timeouted responses"
# if a test looks stuck — give it another minute before interrupting it

@@ -410,0 +410,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