@yosle/tropipayjs
Advanced tools
Comparing version 0.1.17 to 0.1.18
{ | ||
"name": "@yosle/tropipayjs", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "Javascript / Typescript SDK for the Tropipay API", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"axios": "^1.6.0", | ||
"tslib": "^2.4.0" | ||
@@ -31,0 +31,0 @@ }, |
@@ -9,2 +9,6 @@ # TropipayJS - Typescript/Javascript SDK for Tropipay Payments API | ||
<p align="center"> | ||
<a href="https://yosle.github.io/tropipayjs-docs">Explore the TropipayJS Documentation</a> | ||
</p> | ||
TropiPay is an electronic wallet that allows you to execute the most common financial operations of the day to day. This is SDK for Typescript and Javacript that helps you build integrations with the Tropipay platform in an easier way. Can save you a lot of time and effort implementing all the API features. You can use this library with CommonJS system (node + express) or ES6 module system (NextJS). | ||
@@ -11,0 +15,0 @@ |
@@ -17,3 +17,5 @@ /** | ||
console.warn( | ||
"DANGER This library should not be used client side, your credentials could be exposed" | ||
`⚠️ **Warning:** The Tropipay SDK should only be instantiated server-side for security reasons. | ||
Using it client-side may lead to unexpected behavior and security vulnerabilities. YOUR CREDENTIALS COULD BE EXPOSED. Check | ||
https://yosle.github.io/tropipayjs-docs/guides/installation/ for more details.` | ||
); | ||
@@ -20,0 +22,0 @@ } |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
0
100
3024
153
108519
39
+ Addedaxios@1.7.9(transitive)
+ Addedproxy-from-env@1.1.0(transitive)
- Removedaxios@0.27.2(transitive)
Updatedaxios@^1.6.0