
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
@tsparticles/interaction-particles-attract
Advanced tools
tsParticles attract particles interaction
tsParticles interaction plugin for attract effect between particles.
The CDN/Vanilla version JS has one required file in vanilla configuration:
Including the tsparticles.interaction.particles.attract.min.js
file will export the function to load the interaction
plugin:
loadParticlesAttractInteraction;
Once the scripts are loaded you can set up tsParticles
and the interaction plugin like this:
(async () => {
await loadParticlesAttractInteraction(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/interaction-particles-attract
or
$ yarn add @tsparticles/interaction-particles-attract
Then you need to import it in the app, like this:
const { tsParticles } = require("@tsparticles/engine");
const { loadParticlesAttractInteraction } = require("@tsparticles/interaction-particles-attract");
(async () => {
await loadParticlesAttractInteraction(tsParticles);
})();
or
import { tsParticles } from "@tsparticles/engine";
import { loadParticlesAttractInteraction } from "@tsparticles/interaction-particles-attract";
(async () => {
await loadParticlesAttractInteraction(tsParticles);
})();
FAQs
tsParticles attract particles interaction
The npm package @tsparticles/interaction-particles-attract receives a total of 47,222 weekly downloads. As such, @tsparticles/interaction-particles-attract popularity was classified as popular.
We found that @tsparticles/interaction-particles-attract demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.