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.
literallycanvas
Advanced tools
Literally Canvas is an extensible, open source (BSD-licensed), HTML5 drawing widget. Its only dependency is React.js.
Get help on our mailing list by sending an email to literallycanvas+subscribe@googlegroups.com or by visiting Google Groups.
Along with the CSS, JS, and image assets, this is all it takes:
<div class="my-drawing"></div>
<script>
LC.init(document.getElementsByClassName('my-drawing')[0]);
</script>
No one is maintaining this project. If you report a bug, the ticket will be a helpful place for discussion, but no one will fix it unless you submit a pull request. Feature requests will likewise be ignored.
Pull requests will be merged promptly if they are basically OK.
Setup: npm install --dev
Watching and serving: gulp dev
Browse to localhost:8080/demo
and modify demo/index.html
to test code
in progress.
To generate a production-ready .js
file, run gulp
and pull out either
lib/js/literallycanvas.js
or lib/js/literallycanvas.min.js
.
FAQs
HTML5 drawing widget
We found that literallycanvas 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.