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.0.0 to 1.2.0

README.md

3

index.js

@@ -19,3 +19,3 @@

exports.bigText = function(phrase){
bigText = function(phrase){
var counter = 1;

@@ -29,1 +29,2 @@ var bigWords = "";

// This code may feel inefficient, bulky, and horrible all at the same time. That's ok, It serves its purpose. - Jacob Snarr
console.log(bigText("SNARR"));
{
"name": "discord-emoji-convert",
"version": "1.0.0",
"version": "1.2.0",
"description": "A very simple Text to Emoji converter for Discord",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"readme": "readme"
},

@@ -13,3 +13,6 @@ "keywords": [

"author": "JacobSnarr",
"license": "ISC"
"license": "ISC",
"dependencies": {
"readme-creator": "^0.3.7"
}
}
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