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

paypal-simple

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paypal-simple - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "paypal-simple",
"version": "1.0.1",
"version": "1.0.2",
"description": "A really simple PayPal API module. Too simple for most projects.",

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

@@ -31,4 +31,4 @@ # paypal-simple

- option.amount - float value in USD to charge
- option.custom_id - (optional) - custom id for tracking type of payment
##### options.type === "extensive"

@@ -35,0 +35,0 @@

@@ -74,2 +74,3 @@ const paypal = require('@paypal/checkout-server-sdk');

{
"custom_id": options.custom_id || "",
"amount": {

@@ -76,0 +77,0 @@ "currency_code": "USD",

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