Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
ember-emoji
Advanced tools
The goal of ember-emoji is to provide applications with a complete set of components & helpers to include emojis in their project, courtesy of EmojiOne.
Demo:
Run the following command:
$ ember install ember-emoji
And thats it!
A component that displays an emoji picker. Emojis are separated into different categories. You can provide an action to handle a user selecting an emoji.
{{emoji-picker selectEmoji=(action "selectEmoji")}}
A component to render any emoji from any emoji shortcode. You can provide an action to handle the user selecting the emoji.
{{emoji-icon emoji=":grinning:" selectEmoji=(action "selectEmoji")
A template helper that parses given text with emoji shortcodes (and optional ascii) and returns a string with EmojiOne images substituted in.
{{emoji-parse "Hello! :grinning:"}}
You can also import the helper and use it inside of your Javascript:
import { emojiParse } from 'ember-emoji/helpers/emoji-parse';
let str = emojiParse(["content"]);
Encountered a bug or thought of a feature? Please file it! I will do my best to triage the ticket and support you as I can.
This project is licensed under the MIT License.
FAQs
An Ember addon providing EmojiOne components & helpers
The npm package ember-emoji receives a total of 3 weekly downloads. As such, ember-emoji popularity was classified as not popular.
We found that ember-emoji demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.