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

midtrans-client

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

midtrans-client - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

2

lib/httpClient.js

@@ -20,3 +20,3 @@ 'use strict'

'accept': 'application/json',
'user-agent': 'midtransclient-nodejs/1.2.3'
'user-agent': 'midtransclient-nodejs/1.2.4'
};

@@ -23,0 +23,0 @@

@@ -25,3 +25,3 @@ 'use strict'

statusb2b(transactionId=''){
let apiUrl = this.parent.apiConfig.getCoreApiBaseUrl()+'/'+transactionId+'/statusb2b';
let apiUrl = this.parent.apiConfig.getCoreApiBaseUrl()+'/'+transactionId+'/status/b2b';
let responsePromise = this.parent.httpClient.request(

@@ -28,0 +28,0 @@ 'get',

{
"name": "midtrans-client",
"version": "1.2.3",
"version": "1.2.4",
"description": "Official Midtrans Payment API Client for Node JS",

@@ -28,3 +28,3 @@ "main": "index.js",

"axios": "^0.21.1",
"lodash": "^4.17.20"
"lodash": "^4.17.21"
},

@@ -31,0 +31,0 @@ "devDependencies": {

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