Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
fatina-plugin-animator
Advanced tools
Fatina plugin to manage animations for 2d library like Pixi.js, Phaser, ...
Small & Light tweening library for Games / Web
This plugin provide tools to manage and use animations in html5 games any library (pixi, phaser, ...)
This is split in two parts:
This plugin requires Fatina : Here
If you use directly the minified version
<script src="fatina-plugin-animator.min.js"></script>
Or if you use NPM
> npm install fatina-plugin-animator
// standard node.js require
var FatinaPluginAnimator = require('fatina-plugin-animator');
// OR
// standard import with typescript (typed version)
import * as FatinaPluginAnimator from 'fatina-plugin-animator';
and initialize (add this plugin to Fatina)
Fatina.init();
Fatina.loadPlugin(FatinaPluginAnimator.get());
FAQs
Fatina plugin to manage animations for 2d library like Pixi.js, Phaser, ...
We found that fatina-plugin-animator 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 found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.