midtrans-client
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -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 @@ |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51335
+ Addedaxios@0.21.4(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
- Removedaxios@0.19.2(transitive)
- Removedfollow-redirects@1.5.10(transitive)
Updatedaxios@^0.21.1
Updatedlodash@^4.17.20