Huge News!Announcing our $40M Series B led by Abstract Ventures.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.50 to 0.0.51

2

lib/api/schemas.js

@@ -50,3 +50,3 @@ "use strict";

line2: joi.string().trim().empty("").optional(),
phone: exports.paypalPhoneSchema.optional(),
phone: exports.paypalPhoneSchema.empty({}).optional(),
postal_code: joi.string().trim().empty("").optional(),

@@ -53,0 +53,0 @@ state: customJoi.string().trim().empty("").convertState().length(2).optional(),

@@ -109,3 +109,3 @@ "use strict";

last_name: joi.string().trim().empty("").max(256).optional(),
phone: common.paypalPhoneSchema.optional(),
phone: common.paypalPhoneSchema.empty({}).optional(),
}).optional(),

@@ -112,0 +112,0 @@ merchant_memo: joi.string().trim().empty("").max(500).optional(),

{
"name": "paypal-rest-api",
"version": "0.0.50",
"version": "0.0.51",
"description": "A typescript module for integrating with PayPal REST APIs.",

@@ -5,0 +5,0 @@ "license": "MIT",

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