New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 1.3.0 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

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