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

@paypal/sdk-client

Package Overview
Dependencies
Maintainers
4
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.42 to 4.0.43

2

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

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

@@ -15,3 +15,3 @@ PayPal SDK Client

```javascript
import { getClientID } from 'paypal-braintree-web-client/src';
import { getClientID } from '@paypal/web-client/src';

@@ -47,3 +47,3 @@ fetch('https://api.paypal.com/v1/foo', {

```javascript
import { unpackSDKMeta } from 'paypal-braintree-web-sdk';
import { unpackSDKMeta } from '@paypal/web-client';
```

@@ -76,3 +76,3 @@

```javascript
import { getSdkMeta } from 'paypal-braintree-web-client/src';
import { getSdkMeta } from '@paypal/web-client/src';

@@ -79,0 +79,0 @@ let MyComponent = zoid.create({

"use strict";
/* eslint import/no-commonjs: off */
module.exports = {
extends: 'grumbler-scripts/config/.babelrc-node'
};
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