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

hapi-paypal

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-paypal - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

12

lib/joi/invoice.js

@@ -32,9 +32,9 @@ "use strict";

billing_info: joi.array().min(1).items(joi.object().keys({
additional_info: joi.string().optional(),
additional_info: joi.string().max(40).optional(),
address: common.paypalAddressSchema.optional(),
business_name: joi.string().optional(),
email: joi.string().optional(),
first_name: joi.string().optional(),
language: joi.string().optional(),
last_name: joi.string().length(5).optional(),
business_name: joi.string().max(100).optional(),
email: joi.string().max(260).optional(),
first_name: joi.string().max(30).optional(),
language: joi.string().max(5).optional(),
last_name: joi.string().max(30).optional(),
phone: common.paypalPhoneSchema.optional(),

@@ -41,0 +41,0 @@ }).required()).required(),

{
"name": "hapi-paypal",
"version": "0.0.31",
"version": "0.0.32",
"description": "A hapi plugin to interface with PayPal Rest API's and webhooks.",

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

Sorry, the diff of this file is not supported yet

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