Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
checkerboardjs
Advanced tools
Easily draw transparency pattern on canvas when flattenning images
Easily draw transparency pattern on canvas when flattenning images
Dependency-free, 1.7kB gzipped. Idk if it's large it literally has 40 lines unpacked, and 1024 chars in total packed, if u really care about each byte, stop using javascript and canvas bro
$ npm i checkerboardjs
drawPattern(canvas<HTMLCanvasElement>, ?options<Object>)
Property | Type | Default | Description |
---|---|---|---|
centered | bool | false | Draws pattern from center instead of left top corner |
ignoreWarnings | bool | false | Ignores any errors and warnings |
primaryColor | string | #EDEDED | CSS color of even cells |
secondaryColor | string | #C6C6C6 | CSS color of odd cells |
size | number | 10 | Size of cell in pixels |
import drawPattern from 'checkerboardjs'
const canvas = document.querySelector('canvas')
drawPattern(canvas)
blah blah blah go find something better to do and don't bother me
FAQs
Easily draw transparency pattern on canvas when flattenning images
We found that checkerboardjs 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.