Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@picmo/renderer-twemoji
Advanced tools
Adds support to PicMo for rendering emojis from Twemoji instead of native platform emojis.
Requires the base PicMo package to be installed as a peer dependency.
npm install @picmo/renderer-twemoji
import { createPicker } from 'picmo';
import { TwemojiRenderer } from '@picmo/renderer-twemoji';
// The picker must have a root element to insert itself into
const rootElement = document.querySelector('#pickerContainer');
// Create the picker
const picker = createPicker({
rootElement,
renderer: new TwemojiRenderer()
});
// The picker emits an event when an emoji is selected. Do with it as you will!
picker.addEventListener('emoji:select', event => {
console.log('Emoji selected:', event.emoji);
});
[5.1.1] - 2022-05-30
@picmo/popup-picker
] Fixed issue where the positionCleanup function was not defined when using fixed positioning, leading to a potential exception when closing a popup pickerFAQs
Twemoji renderer for PicMo
The npm package @picmo/renderer-twemoji receives a total of 1,032 weekly downloads. As such, @picmo/renderer-twemoji popularity was classified as popular.
We found that @picmo/renderer-twemoji 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
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.