Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Quick and dirty script to draw line graphs. Current features:
Multiple lines, ticks, x-axis labels etc. are not support. There are other libraries that support all of these. It has no dependencies but requires ES5, canvas and requestAnimationFrame support.
HTML/JavaScript code:
<canvas class="chart" id="chart" data-values="1,2,3,-1,-3,0,1,2"></canvas>
<script src="dataline.js"></script>
<script>Dataline.draw('chart');</script>
CSS code:
.chart { width: 100%; height: 200px; }
Example can be seen on http://demos.rlaanemets.com/dataline/example.html
Draw chart:
Dataline.draw(elementId, [array]);
where array is the optional array of numbers for the line. This method must be called only once per element.
The MIT License. See the LICENSE file.
FAQs
Quick and dirty script to draw line graphs. Current features:
We found that dataline 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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.