
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
party-party-party
Advanced tools
Turn a source image into an animated party emoji!
This smiling emoji is pretty cool:
However, it might be jealous of all those parrots and their parties. Let's help out our emoji friend.
Note: If you'd like to create emojis for Slack, make sure your input image is 128x128 (or less).
bin/ppp smile.png party.gif
If you want to tune the radius of the animating circle, you can use the --radius=<n>
option. The default for this is 10
.
For example, bin/ppp --radius=0 smile.png party.gif
will create a party version of smile.png
where the image has an ounce or two less party.
If you want the part emoji to rotate instead of (or in addition to!) moving, pass --rotate=1
. If you want it to rotate extra fast, try --rotate=2
or more!
const fs = require("fs");
const PartyPartyParty = require("party-party-party");
const outputFileStream = fs.createWriteStream("my-output-file.gif");
PartyPartyParty("my-input.png", outputFileStream, 10);
FAQs
Turn a source image into an animated party emoji
The npm package party-party-party receives a total of 1 weekly downloads. As such, party-party-party popularity was classified as not popular.
We found that party-party-party 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.