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

@paypal/sdk-client

Package Overview
Dependencies
Maintainers
10
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paypal/sdk-client - npm Package Compare versions

Comparing version

to
4.0.82

2

package.json
{
"name": "@paypal/sdk-client",
"version": "4.0.81",
"version": "4.0.82",
"description": "Shared config between PayPal/Braintree.",

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

@@ -10,2 +10,3 @@ /* @flow */

declare var __STAGE_HOST__ : string;
declare var __SDK_HOST__ : string;
declare var __SERVICE_STAGE_HOST__ : string;

@@ -12,0 +13,0 @@

@@ -5,2 +5,6 @@ /* @flow */

export function getSDKHost() : string {
return __SDK_HOST__;
}
export function getHost() : string {

@@ -7,0 +11,0 @@ return __HOST__;