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.0 to 1.0.1

Maintaining.md

2

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

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

@@ -53,3 +53,2 @@ Midtrans Client - Node JS

});
)
```

@@ -66,3 +65,2 @@

});
)
```

@@ -116,3 +114,3 @@

```
`parameter` is Dictionary or String of JSON of [SNAP Parameter](https://snap-docs.midtrans.com/#json-objects)
`parameter` is Object or String of JSON of [SNAP Parameter](https://snap-docs.midtrans.com/#json-objects)

@@ -130,3 +128,2 @@

});
);

@@ -210,3 +207,2 @@ let parameter = {

});
);

@@ -279,3 +275,3 @@ let parameter = {

```
`parameter` is Dictionary or String of JSON of [SNAP Parameter](https://api-docs.midtrans.com/#json-objects)
`parameter` is Object or String of JSON of [Core API Parameter](https://api-docs.midtrans.com/#json-objects)

@@ -296,3 +292,2 @@ #### Credit Card Get Token

});
);

@@ -333,3 +328,2 @@ let parameter = {

});
);

@@ -427,3 +421,3 @@ apiClient.transaction.notification(notificationJson)

- [Snap examples](/examples/snapApi)
- [Express App examples](/examples/ExpressApp) that implement Snap & Core Api
- [Express App examples](/examples/expressApp) that implement Snap & Core Api

@@ -430,0 +424,0 @@ ## Get help

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