Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xendit-node

Package Overview
Dependencies
Maintainers
4
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xendit-node - npm Package Compare versions

Comparing version 1.12.2 to 1.13.0

2

package.json
{
"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 @@ })

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