xendit-node
Advanced tools
Comparing version 1.12.2 to 1.13.0
{ | ||
"name": "xendit-node", | ||
"version": "1.12.2", | ||
"version": "1.13.0", | ||
"description": "NodeJS client for Xendit API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -532,2 +532,3 @@ # Xendit API Node.js Client | ||
currency?: string; | ||
rescheduleAt?: Date; | ||
}) | ||
@@ -534,0 +535,0 @@ ``` |
@@ -29,2 +29,3 @@ enum Interval { | ||
currency?: string; | ||
rescheduleAt?: Date; | ||
}): Promise<object>; | ||
@@ -31,0 +32,0 @@ |
@@ -39,2 +39,5 @@ const { promWithJsErr, Validate, fetchWithHTTPErr, Auth } = require('../utils'); | ||
currency: data.currency, | ||
reschedule_at: data.rescheduleAt | ||
? data.rescheduleAt.toISOString() | ||
: undefined, | ||
}), | ||
@@ -41,0 +44,0 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
166585
4519
1131
1