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.0.3 to 1.0.4

docker-compose.yml

6

Maintaining.md

@@ -19,1 +19,7 @@ > Warning: This note is for developer/maintainer of this package only

```
## Dev & Test via Docker Compose
- To use docker-compose to test and run project, `cd` to repo dir
- Run `docker-compose up`, which basically run pytest on container
- Run `docker-compose down`, to clean up when done

6

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

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

"dependencies": {
"axios": "^0.18.0",
"lodash": "^4.17.11"
"axios": "^0.18.1",
"lodash": "^4.17.15"
},

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