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

xendit-node

Package Overview
Dependencies
Maintainers
6
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.21.15 to 1.21.16

2

package.json
{
"name": "xendit-node",
"version": "1.21.15",
"version": "1.21.16",
"description": "NodeJS client for Xendit API",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -295,3 +295,3 @@ # Xendit API Node.js Client

Instanitiate VA service using constructor that has been injected with Xendit keys
Instantiate VA service using constructor that has been injected with Xendit keys

@@ -344,2 +344,5 @@ ```js

description?: string;
currency?: string;
country?: string;
alternativeDisplayTypes?: string[];
forUserID?: string;

@@ -346,0 +349,0 @@ })

@@ -12,2 +12,5 @@ export function createFixedVA(data: {

description?: string;
currency?: string;
country?: string;
alternativeDisplayTypes?: string[];
forUserID?: string;

@@ -14,0 +17,0 @@ }): Promise<object>;

@@ -33,2 +33,5 @@ const { promWithJsErr, Validate, fetchWithHTTPErr, Auth } = require('../utils');

description: data.description,
currency: data.currency,
country: data.country,
alternative_display_types: data.alternativeDisplayTypes,
}),

@@ -35,0 +38,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