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

paypal-rest-api

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paypal-rest-api - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

15

package.json
{
"name": "paypal-rest-api",
"version": "0.0.2",
"description": "paypal-rest-api",
"version": "0.0.3",
"description": "A typescript module for integrating with PayPal REST APIs.",
"license": "MIT",
"repository": "",
"author": "",
"repository": "https://github.com/trainerbill/paypal-rest-api",
"author": "Andrew Throener",
"keywords": [
""
"PayPal",
"rest",
"api",
"es6",
"typescript",
"sdk"
],

@@ -11,0 +16,0 @@ "files": [

@@ -10,3 +10,3 @@ [![Build Status](https://travis-ci.org/trainerbill/paypal-rest-api.svg?branch=master)](https://travis-ci.org/trainerbill/paypal-rest-api)

This package is *NOT* supported by PayPal. The current [PayPal Node SDK](https://github.com/paypal/PayPal-node-SDK) does not support the newest Javascript features. This package is intended to support the most cutting edge Javascript features.
This package is **NOT** supported by PayPal. The current [PayPal Node SDK](https://github.com/paypal/PayPal-node-SDK) does not support the newest Javascript features. This package is intended to support the most cutting edge Javascript features.

@@ -50,9 +50,6 @@ ## Main Features

## Usage
There are 2 different methods to make API Calls. For full examples refer to the [examples folder](https://github.com/trainerbill/paypal-rest-api/tree/master/examples). View the [common.js file](https://github.com/trainerbill/paypal-rest-api/tree/master/examples/common.js) for a CommonJS example using require.
### Run an example
## Run an example
It is **STRONGLY** recommended to use VSCode for the debugger and breakpoints.
#### Command line
### Command line
```

@@ -63,5 +60,8 @@ // "examples/ANY_FILE_IN_EXAMPLES_FOLDER"

#### VSCode
### VSCode
Switch to the Debugger. Open the example file you want to run, select the "Launch Example File" configuration and select run.
## Usage
There are 2 different methods to make API Calls. For full examples refer to the [examples folder](https://github.com/trainerbill/paypal-rest-api/tree/master/examples). View the [common.js file](https://github.com/trainerbill/paypal-rest-api/tree/master/examples/common.js) for a CommonJS example using require.
### Execute Method

@@ -68,0 +68,0 @@ The execute method can be executed for any api call that has a [helper method](https://github.com/trainerbill/paypal-rest-api/tree/master/examples/src/helpers.ts).

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