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

@paypal/sdk-client

Package Overview
Dependencies
Maintainers
6
Versions
165
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 4.0.54 to 4.0.55

src/test.js

2

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

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

@@ -13,1 +13,2 @@ /* @flow */

export * from './session';
export * from './test';
/* @flow */
import { getNamespace, getVersion } from './globals';
type Component<T> = {|
name : string,
requirer : () => T,
setupHandler : ?string
setupHandler? : string
|};
export function setupSDK(namespace : string, version : string, components : $ReadOnlyArray<Component<mixed>>) {
export function setupSDK(components : $ReadOnlyArray<Component<mixed>>) {
const namespace = getNamespace();
const version = getVersion();
const INTERNAL_DESTROY_KEY = `__destroy_${ version }_internal__`;

@@ -11,0 +16,0 @@

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