You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

discord-emoji-convert

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-emoji-convert - npm Package Compare versions

Comparing version

to
1.3.1

6

index.js

@@ -60,5 +60,4 @@

break;
case "÷":
var thing = " :heavy_division_sign:";
break;
case "/":
var thing = " :heavy_division_sign:"
}

@@ -91,3 +90,2 @@ return thing;

// This code may feel inefficient, bulky, and horrible all at the same time. That's ok, It serves its purpose. - Jacob Snarr
{
"name": "discord-emoji-convert",
"version": "1.3.0",
"version": "1.3.1",
"description": "A very simple Text to Emoji converter for Discord",

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

@@ -16,4 +16,4 @@ [![NPM](https://nodei.co/npm/discord-emoji-convert.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/discord-emoji-convert/)

# Supported Characters
```abcdefghijklmnopqrstuvwxyz1234567890+-x*�$ ```
This includes uppercase characters since all characters are converted to lowercase in order for the Discord Emojis to work.
```abcdefghijklmnopqrstuvwxyz1234567890+-x*/$ ```
This includes uppercase characters since all characters are converted to lowercase in order for the Discord Emojis to work. "/" is converted to the Discord Division Emoji and spaces are simply just lengthened to be three spaces.

@@ -20,0 +20,0 @@ # Example