Socket
Socket
Sign inDemoInstall

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.1 to 2.0.2

5

index.js

@@ -146,3 +146,2 @@ 'use strict';

stopRequestTimeout();
libcurl.stopRequestTimeout();
if (finished) { return; }

@@ -169,3 +168,2 @@

stopRequestTimeout();
libcurl.stopRequestTimeout();
if (finished) { return; }

@@ -357,2 +355,3 @@

this.finished = true;
this.stopRequestTimeout();
if (error) {

@@ -382,2 +381,4 @@ this.cb(error);

this._debug('[abort]', this.opts.uri || this.opts.url);
this.stopRequestTimeout();
if (this.retryTimer) {

@@ -384,0 +385,0 @@ clearTimeout(this.retryTimer);

2

package.json
{
"name": "request-libcurl",
"version": "2.0.1",
"version": "2.0.2",
"description": "Extremely stable HTTP request module built on top of libcurl",

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

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