
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
animillusion
Advanced tools
Make printable linear zoetropes of animations with javascript
See it in action, here

This technique is called "linear zoetrope".
It tends to work well with less than 10 frames, but your animation may work with more, especially if you make it really big (in terms of pixels.) Sillouettes, especially in colors other than black work really well, even with many frames.
You can also print the images on paper/plastic, and it works pretty well.
If you'd like some nice animation examples, I put some here. Just drag the images on to the demo.
You can import/require it in webpack/browserify/etc:
npm i animillusion
now you can do this:
const animillusion = require('animillusion')
or you can point to the js file in your HTML:
<script src="http://konsumer.js.org/animillusion/animillusion.min.js"></script>
All your frames should be images, of the same dimensions.
// get 2 image URLS for the slotted image, and the slots:
const images = animillusion([
'image1.png',
'image2.png',
'image3.png',
'image4.png'
])
The demo is also made with react, if you want an example of that.
FAQs
Make printable linear zoetropes of animations with javascript
The npm package animillusion receives a total of 0 weekly downloads. As such, animillusion popularity was classified as not popular.
We found that animillusion 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 discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.