Socket
Socket
Sign inDemoInstall

paypal-permissions-sdk

Package Overview
Dependencies
7
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "paypal-permissions-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "The PayPal Permission SDK provides javascript APIs for developers to request and obtain permissions from merchants and consumers, to execute APIs on behalf of them. The permissions include variety of operations from processing payments to accessing account transaction history.",

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

@@ -8,3 +8,3 @@ # Permissions SDK

```sh
$ npm install paypal-sdk-permissions
$ npm install paypal-permissions-sdk
```

@@ -17,3 +17,3 @@

```js
let PermissionsApi = require('paypal-sdk-permissions')
let PermissionsApi = require('paypal-permissions-sdk')
let api = new PermissionsApi({

@@ -20,0 +20,0 @@ mode: 'sandbox', // set "live" for production

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc