
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.
@fms-cat/automaton
Advanced tools
Animation engine for creative coding
Originally made for Shift, my WebGL demo
You might want to check the variant w/ GUI instead, automaton-with-gui
.min
builds are minified. otherwise it isn't minified and comes with source maps.
.module
builds are ESM. otherwise it's UMD.
If you want to use the UMD one using iife, everything is exposed onto global under the name AUTOMATON
.
Code like this:
const { Automaton } = AUTOMATON;
const data = await ( await fetch( 'automaton.json' ) ).json();
const automaton = new Automaton( data );
// ...
https://www.npmjs.com/package/@fms-cat/automaton
# npm install @fms-cat/automaton
yarn add @fms-cat/automaton
then code like this:
// const { Automaton } = require( '@fms-cat/automaton' );
import { Automaton } from '@fms-cat/automaton';
const data = await ( await fetch( 'automaton.json' ) ).json();
const automaton = new Automaton( data );
// ...
https://fms-cat.github.io/automaton/automaton/docs/
FAQs
Animation engine for creative coding
The npm package @fms-cat/automaton receives a total of 2 weekly downloads. As such, @fms-cat/automaton popularity was classified as not popular.
We found that @fms-cat/automaton 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.