Gathering detailed insights and metrics for tsparticles-updater-stroke-color
Gathering detailed insights and metrics for tsparticles-updater-stroke-color
Gathering detailed insights and metrics for tsparticles-updater-stroke-color
Gathering detailed insights and metrics for tsparticles-updater-stroke-color
tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.
npm install tsparticles-updater-stroke-color
Typescript
Module System
Node Version
NPM Version
96.4
Supply Chain
91.9
Quality
78.1
Maintenance
100
Vulnerability
88
License
TypeScript (93.2%)
JavaScript (6.8%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
5,868,054
Last Day
5,363
Last Week
31,308
Last Month
118,006
Last Year
1,412,740
8,009 Stars
13,987 Commits
875 Forks
120 Watching
16 Branches
75 Contributors
Minified
Minified + Gzipped
Latest Version
2.12.0
Package Id
tsparticles-updater-stroke-color@2.12.0
Unpacked Size
307.55 kB
Size
97.96 kB
File Count
27
NPM Version
lerna/7.1.4/node@v18.16.0+arm64 (darwin)
Node Version
18.16.0
Publised On
04 Aug 2023
Cumulative downloads
Total Downloads
Last day
15.8%
5,363
Compared to previous day
Last week
40.6%
31,308
Compared to previous week
Last month
25.6%
118,006
Compared to previous month
Last year
-62.2%
1,412,740
Compared to previous year
1
tsParticles updater plugin for stroke color animations.
The CDN/Vanilla version JS has one required file in vanilla configuration:
Including the tsparticles.updater.stroke-color.min.js
file will export the function to load the updater plugin:
1loadStrokeColorUpdater;
Once the scripts are loaded you can set up tsParticles
and the updater plugin like this:
1(async () => { 2 await loadStrokeColorUpdater(tsParticles); 3 4 await tsParticles.load({ 5 id: "tsparticles", 6 options: { 7 /* options */ 8 }, 9 }); 10})();
This package is compatible also with ES or CommonJS modules, firstly this needs to be installed, like this:
1$ npm install tsparticles-updater-stroke-color
or
1$ yarn add tsparticles-updater-stroke-color
Then you need to import it in the app, like this:
1const { tsParticles } = require("tsparticles-engine"); 2const { loadStrokeColorUpdater } = require("tsparticles-updater-stroke-color"); 3 4(async () => { 5 await loadStrokeColorUpdater(tsParticles); 6})();
or
1import { tsParticles } from "tsparticles-engine"; 2import { loadStrokeColorUpdater } from "tsparticles-updater-stroke-color"; 3 4(async () => { 5 await loadStrokeColorUpdater(tsParticles); 6})();
No vulnerabilities found.
Reason
30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More