
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
postercitos
Advanced tools
Create flyers and posters dynamically!
input
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="img-container" patternUnits="objectBoundingBox" width="1" height="1" viewBox="0 0 500 500">
<poster-image
id="image"
width="500"
height="500"
poster:assets="images%"
preserveAspectRatio="xMidYMid slice"/>
</pattern>
</defs>
<rect width="1080" height="1080" fill="url(#img-container)"/>
</svg>
output
<svg width="1080" height="1080" viewBox="0 0 1080 1080" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="img-container" patternUnits="objectBoundingBox" width="1" height="1" viewBox="0 0 500 500">
<image
id="image"
width="500"
height="500"
xlink:href="data:image/jpeg;base64,(BASE64 CODE)"
preserveAspectRatio="xMidYMid slice"/>
</pattern>
</defs>
<rect width="1080" height="1080" fill="url(#img-container)"/>
</svg>
input
<svg width="1058" height="1058" viewBox="0 0 1058 1058" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<clipPath id="circleClip">
<circle cx="529" cy="529" r="529"/>
</clipPath>
</defs>
<poster-image xlink:href="data:image/jpeg;base64,/9j/4AAQSk...(base64)" width="100%" height="100%" clip-path="url(#circleClip)" preserveAspectRatio="xMidYMid slice"/>
</svg>
output
<svg width="1058" height="1058" viewBox="0 0 1058 1058" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<clipPath id="circleClip">
<circle cx="529" cy="529" r="529"/>
</clipPath>
</defs>
<image xlink:href="data:image/jpeg;base64,/9j/4AAQSk...(base64)" width="100%" height="100%" clip-path="url(#circleClip)" preserveAspectRatio="xMidYMid slice"/>
</svg>
<poster-paragraph/>
\<poster-text/>
FAQs
Create flyers and posters dynamically!
We found that postercitos demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.