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.
canvas-dial
Advanced tools
A simple dial or gauge implemented in HTML5 Canvas and designed to be performant and flexible.
new Dial(element, options)
create a new dial, owning a single DOM element.
Options are listed below
dial.draw(value)
update the dial to show a new value.
{
// the width & height of the gauge canvas element
diameter: 20,
// the width of the stroke indicating the gauge's background
// and foreground values
width: 8,
// the outer width of the gauge
outer: 15,
// the gap at the bottom of the gauge, if any
gap: 10,
// the strokeStyle of the background that indicates
// the total range of the gauge
background: '#eee',
// the strokeStyle of the dial - the part that shows data
foreground: '#00f',
// the minimum value in the scale.
min: 0,
// the value from which the gauge starts. 0 is common
// for absolute values, 0.5 can be useful for things like
// saturation/desaturation
start: 0.5,
// the maximum value represented by the gauge
max: 1
}
FAQs
a dial indicator
The npm package canvas-dial receives a total of 1 weekly downloads. As such, canvas-dial popularity was classified as not popular.
We found that canvas-dial 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.