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

@paypal/payouts-sdk

Package Overview
Dependencies
Maintainers
36
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paypal/payouts-sdk - npm Package Compare versions

Comparing version

to
1.1.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 1.1.1 (2021-09-21)
* Updated PayPalHttp package from version 1.0.0 -> 1.0.1
### 1.1.0 (2021-02-19)

@@ -2,0 +5,0 @@

2

lib/core/paypal_http_client.js

@@ -28,3 +28,3 @@ 'use strict';

req.headers["sdk_name"] = "Payouts SDK";
req.headers["sdk_version"] = "1.1.0";
req.headers["sdk_version"] = "1.1.1";
req.headers["sdk_tech_stack"] = "NodeJS " + process.version;

@@ -31,0 +31,0 @@ req.headers["api_integration_type"] = "PAYPALSDK";

{
"name": "@paypal/payouts-sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "NodeJS SDK for PayPal Payouts APIs",

@@ -29,3 +29,3 @@ "keywords": [

"dependencies": {
"@paypal/paypalhttp": "^1.0.0"
"@paypal/paypalhttp": "^1.0.1"
},

@@ -32,0 +32,0 @@ "devDependencies": {