New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

paypal-server-api

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

paypal-server-api - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

3

dist/index.js

@@ -25,2 +25,4 @@ const fetch = require('wonderful-fetch');

self.fetch = options.fetch || fetch;
return self;

@@ -101,3 +103,2 @@ }

'Accept': 'application/json',
// 'Content-Type': 'application/json',
'Accept-Language': 'en_US',

@@ -104,0 +105,0 @@ 'Authorization': `Bearer ${self.access_token}`,

{
"name": "paypal-server-api",
"version": "2.0.9",
"version": "2.0.10",
"description": "Powerful assistive library for interacting with the PayPal API.",

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

@@ -25,2 +25,4 @@ const fetch = require('wonderful-fetch');

self.fetch = options.fetch || fetch;
return self;

@@ -101,3 +103,2 @@ }

'Accept': 'application/json',
// 'Content-Type': 'application/json',
'Accept-Language': 'en_US',

@@ -104,0 +105,0 @@ 'Authorization': `Bearer ${self.access_token}`,

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