New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@yosle/tropipayjs

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yosle/tropipayjs - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

docs/readme.md

4

package.json
{
"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 @@ }

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