New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

payrex-node

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

payrex-node - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

8

CHANGELOG.md
# Changelog
## [0.1.4] - 2024-07-23
- Move the deprecated capture_type attribute.
## [0.1.3] - 2024-07-22
- Add the new payment_method_options attribute.
## [0.1.2] - 2024-05-23

@@ -4,0 +12,0 @@

2

package.json
{
"name": "payrex-node",
"version": "0.1.3",
"version": "0.1.4",
"description": "PayRex Node JS Library",

@@ -5,0 +5,0 @@ "keywords": [

@@ -7,3 +7,2 @@ function PaymentIntentEntity(apiResource) {

this.amount = data.amount;
this.captureType = data.capture_type;
this.clientSecret = data.client_secret;

@@ -10,0 +9,0 @@ this.currency = data.currency;

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