
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
tsparticles-updater-size
Advanced tools
tsParticles updater plugin for size animations.
The CDN/Vanilla version JS has one required file in vanilla configuration:
Including the tsparticles.updater.size.min.js file will export the function to load the updater plugin:
loadSizeUpdater;
Once the scripts are loaded you can set up tsParticles and the updater plugin like this:
(async () => {
await loadSizeUpdater(tsParticles);
await tsParticles.load({
id: "tsparticles",
options: {
/* options */
},
});
})();
This package is compatible also with ES or CommonJS modules, firstly this needs to be installed, like this:
$ npm install tsparticles-updater-size
or
$ yarn add tsparticles-updater-size
Then you need to import it in the app, like this:
const { tsParticles } = require("tsparticles-engine");
const { loadSizeUpdater } = require("tsparticles-updater-size");
(async () => {
await loadSizeUpdater(tsParticles);
})();
or
import { tsParticles } from "tsparticles-engine";
import { loadSizeUpdater } from "tsparticles-updater-size";
(async () => {
await loadSizeUpdater(tsParticles);
})();
2.12.0 (2023-08-03)
FAQs
tsParticles particles size updater
The npm package tsparticles-updater-size receives a total of 28,803 weekly downloads. As such, tsparticles-updater-size popularity was classified as popular.
We found that tsparticles-updater-size demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.

Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.

Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.

Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.