🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@lorenstuff/paypal-api

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lorenstuff/paypal-api - npm Package Versions

2

1.0.1

Diff
duckdotexe
published 1.0.1 •
duckdotexe
published 1.0.0 •

Changelog

Source

1.0.0

  • [BREAKING CHANGE]: Renamed PayPal to PayPalClient.
  • Added @types/luxon package.
duckdotexe
published 0.2.1 •

Changelog

Source

0.2.1

Forgot to export those types, woops.

duckdotexe
published 0.2.0 •

Changelog

Source

0.2.0

Added some Payment related types.

There is no new functionality related to these... yet.

duckdotexe
published 0.1.10 •

Changelog

Source

0.1.10

  • Removed the dependency on the crc-32 package as it's no longer used by verifyWebhookSignature.
  • [BREAKING CHANGE] Replaced verifyWebhookSignature with ANOTHER new function.
    • This one should actually work as expected this time.
    • This works around issues in PayPal.
duckdotexe
published 0.1.9 •

Changelog

Source

0.1.9

  • Added a dependency on the crc-32 package as it's now used by verifyWebhookSignature.
  • [BREAKING CHANGE] Replaced verifyWebhookSignature with a new function since the old one somehow didn't work.
    • PayPal's docs on this are VERY bad.
    • This new version is based on a StackOverflow answer converted to TypeScript.
    • May God help us all.
duckdotexe
published 0.1.8 •

Changelog

Source

0.1.8

  • [BREAKING CHANGE] Changed verifyWebhookSignature to return the actual response instead of a boolean.
duckdotexe
published 0.1.7 •

Changelog

Source

0.1.7

  • [BREAKING CHANGE] Added new paypal_request_id argument to createOrder.
duckdotexe
published 0.1.6 •

Changelog

Source

0.1.6

Adding "type": "module" to package.json.

duckdotexe
published 0.1.5 •

Changelog

Source

0.1.5

Fixed a mistake where the application_context property on a PayPalCreateOrderRequest was not optional.

2