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.16.0 to 0.16.1

6

lib/client.js

@@ -453,4 +453,8 @@ /**

if (request.getHeader('user-agent') === undefined) {
var userAgent = request.getHeader('user-agent');
if (userAgent === undefined) {
request.setHeader('user-agent', 'papi/' + meta.version);
} else if (userAgent === null) {
request.removeHeader('user-agent');
}

@@ -457,0 +461,0 @@

2

package.json
{
"name": "papi",
"version": "0.16.0",
"version": "0.16.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