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.18 to 0.0.19

2

lib/index.js

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

handler: (request, reply, ohandler) => {
paypal.notification.webhookEvent.getAndVerify(request.payload, (error, response) => {
paypal.notification.webhookEvent.verify(request.headers, request.payload, request.payload.id, (error, response) => {
if (error) {

@@ -82,0 +82,0 @@ this.server.log("error", `PayPal Webhook not verified: ${JSON.stringify(request.payload)}`);

{
"name": "hapi-paypal",
"version": "0.0.18",
"version": "0.0.19",
"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