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 1.0.2 to 1.1.0

5

CHANGELOG.md
# Changelog
## [1.1.0] - 2025-02-06
- statement_descriptor support for payment intents.
- statement_descriptor support for billing statements.
## [1.0.2] - 2025-02-03

@@ -4,0 +9,0 @@

2

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

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

@@ -17,2 +17,3 @@ function BillingStatementEntity(apiResource) {

this.paymentIntent = data.payment_intent;
this.statementDescriptor = data.statement_descriptor;
this.status = data.status;

@@ -19,0 +20,0 @@ this.paymentSettings = data.payment_settings;

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

this.paymentMethodOptions = data.payment_method_options;
this.statementDescriptor = data.statement_descriptor;
this.status = data.status;

@@ -19,0 +20,0 @@ this.nextAction = data.next_action;

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