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

@paypal/paypal-js

Package Overview
Dependencies
Maintainers
30
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paypal/paypal-js - npm Package Compare versions

Comparing version 2.1.0-beta.5 to 2.1.0-beta.6

2

package.json
{
"name": "@paypal/paypal-js",
"version": "2.1.0-beta.5",
"version": "2.1.0-beta.6",
"description": "Client-side loader for the PayPal JS SDK",

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

@@ -12,3 +12,3 @@ import type { ScriptOptions } from './script-options';

options: ScriptOptions,
PromisePonyfill? : PromiseConstructor
PromisePonyfill? : PromiseConstructorLike
): Promise<PayPalNamespace | null>;

@@ -19,4 +19,6 @@

interface Window {
paypal?: PayPalNamespace;
declare global {
interface Window {
paypal?: PayPalNamespace;
}
}
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