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.1 to 1.2.2

6

Maintaining.md

@@ -23,2 +23,8 @@ > Warning: This note is for developer/maintainer of this package only

## Updating Dependency via NPM Audit
- run `npm audit`
- run `npm audit fix` to fix vuln & update deps if any
- run `npm test` to make sure nothing breaks
- Continue to [Updating Package](#updating-package) section above
## Dev & Test via Docker Compose

@@ -25,0 +31,0 @@

6

package.json
{
"name": "midtrans-client",
"version": "1.2.1",
"version": "1.2.2",
"description": "Official Midtrans Payment API Client for Node JS",

@@ -27,4 +27,4 @@ "main": "index.js",

"dependencies": {
"axios": "^0.19.2",
"lodash": "^4.17.11"
"axios": "^0.21.1",
"lodash": "^4.17.20"
},

@@ -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