Socket
Socket
Sign inDemoInstall

mariotext

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.2 to 7.0.0

23

package.json
{
"name": "mariotext",
"version": "2.2.2",
"version": "7.0.0",
"description": "Simple NPM para enviar textos de Forma Sarcastica",

@@ -9,4 +9,23 @@ "main": "./index.js",

"text",
"sarcastic",
"api",
"mario",
"marioapi",
"dog",
"perro",
"perros",
"fox",
"foxy",
"zorro",
"zorros",
"meme",
"memes",
"discord",
"yosoymario",
"itsmario97",
"weez",
"zeew",
"marsnpm",
"crater",
"cratermaik",
"discord.js",
"mariotext"

@@ -13,0 +32,0 @@ ],

@@ -0,3 +1,66 @@

# English:
# Mario Text
> Simple NPM created by YoSoyMario to send Sarcastic Texts
[![NPM](https://camo.githubusercontent.com/fd5718136c433ef04e3b2e9f7a66ae27dc023191/68747470733a2f2f666f7274686562616467652e636f6d2f696d616765732f6261646765732f6d6164652d776974682d6a6176617363726970742e737667)](https://NPMJS.com/mariotext)
[![NPM](https://nodei.co/npm/mariotext.png)](https://NPMJS.com/mariotext)[![NPM2](https://img.shields.io/npm/dt/mariotext.svg?style=for-the-badge)](https://NPMJS.com/mariotext)
[![Version](https://img.shields.io/npm/v/mariotext.svg?style=for-the-badge&logo=NPM)](https://NPMJS.com/mariotext)[![Servidor de Soporte](https://DiscordApp.com/api/guilds/615179530247733268/widget.png)](https://Discord.GG/yEe8PpZ)
## Installation in Windows
```
$ npm i mariotext --s
```
## Installation in Glitch
```
$ pnpm i mariotext
```
### Example 1
```js
const mariotext = require("mariotext")
let text = "hello world"
mariotext.getText(text)
console.log(mariotext.getText(text))
//Result:
//---> HeLlO WoRlD
```
### Example 2
```js
const mariotext = require("mariotext")
let text = "HeLlO WoRlD"
mariotext.getMayus(text)
console.log(mariotext.getMayus(text))
//Result:
//---> HELLO WORLD
```
### Example 3
```js
const mariotext = require("mariotext")
let text = "HELLO WORLD"
mariotext.getMinus(text)
console.log(mariotext.getMinus(text))
//Result:
//---> hello world
```
# Español:
# Mario Text
> Simple NPM creado por YoSoyMario para enviar Textos Sarcasticos

@@ -4,0 +67,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc