
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Generative art for the rest of us. This is an attempt to create a nice api for creating generative art. Built on top of a modified Paper.js.
Install the module with: npm install genart
Generate some art!
genart -i ../examples/circle.js -o ~/genart.png
Since genart is simply extending paper.js, take a look at the paper.js docs for more details.
More docs coming soon.
The extensions can be seen in this example:
var circle = new canvas.Path.Circle([0, 0], 50)
.set({
fillColor: 'red',
strokeColor: 'green',
strokeWidth: 2,
opacity: 0.2,
blendMode: 'overlay'
})
.nthChild('15n', function() {
this.fillColor = 'yellow';
})
.nthChild('6n', function() {
this.scale(0.5);
})
.tile();
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Copyright (c) 2012 Chris Jaure
Licensed under the MIT license.
FAQs
Generative art with canvas.
The npm package genart receives a total of 0 weekly downloads. As such, genart popularity was classified as not popular.
We found that genart 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.