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.1.0 to 1.2.0

4

CHANGELOG.md
# Changelog
## [1.2.0] - 2025-02-11
- billing_details_collection support for billing_statements.
## [1.1.0] - 2025-02-06

@@ -4,0 +8,0 @@

2

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

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

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

this.amount = data.amount;
this.billingDetailsCollection = data.billing_details_collection;
this.currency = data.currency;

@@ -8,0 +9,0 @@ this.customerId = data.customer_id;

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