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.19 to 0.0.20

2

lib/api/api.js

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

set config(config) {
const validateConfig = joi.validate(config, schemas_1.configurationSchema);
const validateConfig = joi.validate(config, schemas_1.configurationSchema, { allowUnknown: true });
if (validateConfig.error) {

@@ -28,0 +28,0 @@ throw validateConfig.error;

{
"name": "paypal-rest-api",
"version": "0.0.19",
"version": "0.0.20",
"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