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

papi

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

papi - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

9

lib/client.js

@@ -478,9 +478,8 @@ /**

if (done) {
if (abort) request.ctx.removeListener('cancel', abort);
if (timeoutId) clearTimeout(timeoutId);
return;
}
if (done) return;
done = true;
if (abort) request.ctx.removeListener('cancel', abort);
if (timeoutId) clearTimeout(timeoutId);
request.err = err;

@@ -487,0 +486,0 @@ next();

{
"name": "papi",
"version": "0.19.0",
"version": "0.19.1",
"description": "Build HTTP API clients",

@@ -5,0 +5,0 @@ "main": "lib",

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