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.44 to 0.0.45

3

lib/webhookEvent/model.js

@@ -48,4 +48,3 @@ "use strict";

options.body = Object.assign({ webhook_event: webhookEvent, webhook_id: webhookid }, WebhookEventModel.parseHeaders(headers));
const response = yield this.api.verify(options);
return JSON.parse(response.body);
return yield this.api.verify(options);
});

@@ -52,0 +51,0 @@ }

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