Socket
Socket
Sign inDemoInstall

tsparticles-slim

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsparticles-slim - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

index.js

@@ -10,2 +10,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

};
import { initPjs } from "tsparticles-particles.js";
import { loadAngleUpdater } from "tsparticles-updater-angle";

@@ -69,3 +70,4 @@ import { loadBaseMover } from "tsparticles-move-base";

yield loadOutModesUpdater(engine);
yield initPjs(engine);
});
}

61

package.json
{
"name": "tsparticles-slim",
"version": "2.0.4",
"version": "2.0.5",
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",

@@ -60,31 +60,32 @@ "homepage": "https://particles.js.org/",

"dependencies": {
"tsparticles-engine": "^2.0.4",
"tsparticles-interaction-external-attract": "^2.0.4",
"tsparticles-interaction-external-bounce": "^2.0.4",
"tsparticles-interaction-external-bubble": "^2.0.4",
"tsparticles-interaction-external-connect": "^2.0.4",
"tsparticles-interaction-external-grab": "^2.0.4",
"tsparticles-interaction-external-pause": "^2.0.4",
"tsparticles-interaction-external-push": "^2.0.4",
"tsparticles-interaction-external-remove": "^2.0.4",
"tsparticles-interaction-external-repulse": "^2.0.4",
"tsparticles-interaction-particles-attract": "^2.0.4",
"tsparticles-interaction-particles-collisions": "^2.0.4",
"tsparticles-interaction-particles-links": "^2.0.4",
"tsparticles-move-base": "^2.0.4",
"tsparticles-move-parallax": "^2.0.4",
"tsparticles-shape-circle": "^2.0.4",
"tsparticles-shape-image": "^2.0.4",
"tsparticles-shape-line": "^2.0.4",
"tsparticles-shape-polygon": "^2.0.4",
"tsparticles-shape-square": "^2.0.4",
"tsparticles-shape-star": "^2.0.4",
"tsparticles-shape-text": "^2.0.4",
"tsparticles-updater-angle": "^2.0.4",
"tsparticles-updater-color": "^2.0.4",
"tsparticles-updater-life": "^2.0.4",
"tsparticles-updater-opacity": "^2.0.4",
"tsparticles-updater-out-modes": "^2.0.4",
"tsparticles-updater-size": "^2.0.4",
"tsparticles-updater-stroke-color": "^2.0.4"
"tsparticles-engine": "^2.0.5",
"tsparticles-interaction-external-attract": "^2.0.5",
"tsparticles-interaction-external-bounce": "^2.0.5",
"tsparticles-interaction-external-bubble": "^2.0.5",
"tsparticles-interaction-external-connect": "^2.0.5",
"tsparticles-interaction-external-grab": "^2.0.5",
"tsparticles-interaction-external-pause": "^2.0.5",
"tsparticles-interaction-external-push": "^2.0.5",
"tsparticles-interaction-external-remove": "^2.0.5",
"tsparticles-interaction-external-repulse": "^2.0.5",
"tsparticles-interaction-particles-attract": "^2.0.5",
"tsparticles-interaction-particles-collisions": "^2.0.5",
"tsparticles-interaction-particles-links": "^2.0.5",
"tsparticles-move-base": "^2.0.5",
"tsparticles-move-parallax": "^2.0.5",
"tsparticles-particles.js": "^2.0.5",
"tsparticles-shape-circle": "^2.0.5",
"tsparticles-shape-image": "^2.0.5",
"tsparticles-shape-line": "^2.0.5",
"tsparticles-shape-polygon": "^2.0.5",
"tsparticles-shape-square": "^2.0.5",
"tsparticles-shape-star": "^2.0.5",
"tsparticles-shape-text": "^2.0.5",
"tsparticles-updater-angle": "^2.0.5",
"tsparticles-updater-color": "^2.0.5",
"tsparticles-updater-life": "^2.0.5",
"tsparticles-updater-opacity": "^2.0.5",
"tsparticles-updater-out-modes": "^2.0.5",
"tsparticles-updater-size": "^2.0.5",
"tsparticles-updater-stroke-color": "^2.0.5"
},

@@ -91,0 +92,0 @@ "main": "index.js",

@@ -12,29 +12,29 @@ [![banner](https://particles.js.org/images/banner2.png)](https://particles.js.org)

- tsparticles-engine
- tsparticles-interaction-external-attract
- tsparticles-interaction-external-bounce
- tsparticles-interaction-external-bubble
- tsparticles-interaction-external-connect
- tsparticles-interaction-external-grab
- tsparticles-interaction-external-pause
- tsparticles-interaction-external-push
- tsparticles-interaction-external-remove
- tsparticles-interaction-external-repulse
- tsparticles-interaction-particles-attract
- tsparticles-interaction-particles-collisions
- tsparticles-interaction-particles-links
- tsparticles-shape-circle
- tsparticles-shape-image
- tsparticles-shape-line
- tsparticles-shape-polygon
- tsparticles-shape-square
- tsparticles-shape-star
- tsparticles-shape-text
- tsparticles-updater-angle
- tsparticles-updater-color
- tsparticles-updater-life
- tsparticles-updater-opacity
- tsparticles-updater-out-modes
- tsparticles-updater-size
- tsparticles-updater-stroke-color
- [tsparticles-engine](https://github.com/matteobruni/tsparticles/tree/main/engine)
- [tsparticles-interaction-external-attract](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/attract)
- [tsparticles-interaction-external-bounce](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/bounce)
- [tsparticles-interaction-external-bubble](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/bubble)
- [tsparticles-interaction-external-connect](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/connect)
- [tsparticles-interaction-external-grab](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/grab)
- [tsparticles-interaction-external-pause](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/pause)
- [tsparticles-interaction-external-push](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/push)
- [tsparticles-interaction-external-remove](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/remove)
- [tsparticles-interaction-external-repulse](https://github.com/matteobruni/tsparticles/tree/main/interactions/external/repulse)
- [tsparticles-interaction-particles-attract](https://github.com/matteobruni/tsparticles/tree/main/interactions/particles/attract)
- [tsparticles-interaction-particles-collisions](https://github.com/matteobruni/tsparticles/tree/main/interactions/particles/collisions)
- [tsparticles-interaction-particles-links](https://github.com/matteobruni/tsparticles/tree/main/interactions/particles/links)
- [tsparticles-shape-circle](https://github.com/matteobruni/tsparticles/tree/main/shapes/circle)
- [tsparticles-shape-image](https://github.com/matteobruni/tsparticles/tree/main/shapes/image)
- [tsparticles-shape-line](https://github.com/matteobruni/tsparticles/tree/main/shapes/line)
- [tsparticles-shape-polygon](https://github.com/matteobruni/tsparticles/tree/main/shapes/polygon)
- [tsparticles-shape-square](https://github.com/matteobruni/tsparticles/tree/main/shapes/square)
- [tsparticles-shape-star](https://github.com/matteobruni/tsparticles/tree/main/shapes/star)
- [tsparticles-shape-text](https://github.com/matteobruni/tsparticles/tree/main/shapes/text)
- [tsparticles-updater-angle](https://github.com/matteobruni/tsparticles/tree/main/updaters/angle)
- [tsparticles-updater-color](https://github.com/matteobruni/tsparticles/tree/main/updaters/color)
- [tsparticles-updater-life](https://github.com/matteobruni/tsparticles/tree/main/updaters/life)
- [tsparticles-updater-opacity](https://github.com/matteobruni/tsparticles/tree/main/updaters/opacity)
- [tsparticles-updater-out-modes](https://github.com/matteobruni/tsparticles/tree/main/updaters/outModes)
- [tsparticles-updater-size](https://github.com/matteobruni/tsparticles/tree/main/updaters/size)
- [tsparticles-updater-stroke-color](https://github.com/matteobruni/tsparticles/tree/main/updaters/strokeColor)

@@ -41,0 +41,0 @@ ## How to use it

@@ -7,14 +7,14 @@ /*!

* How to use? : Check the GitHub README
* v2.0.4
* v2.0.5
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("tsparticles-updater-angle"), require("tsparticles-move-base"), require("tsparticles-shape-circle"), require("tsparticles-updater-color"), require("tsparticles-interaction-external-attract"), require("tsparticles-interaction-external-bounce"), require("tsparticles-interaction-external-bubble"), require("tsparticles-interaction-external-connect"), require("tsparticles-interaction-external-grab"), require("tsparticles-interaction-external-pause"), require("tsparticles-interaction-external-push"), require("tsparticles-interaction-external-remove"), require("tsparticles-interaction-external-repulse"), require("tsparticles-shape-image"), require("tsparticles-updater-life"), require("tsparticles-shape-line"), require("tsparticles-updater-opacity"), require("tsparticles-updater-out-modes"), require("tsparticles-move-parallax"), require("tsparticles-interaction-particles-attract"), require("tsparticles-interaction-particles-collisions"), require("tsparticles-interaction-particles-links"), require("tsparticles-shape-polygon"), require("tsparticles-updater-size"), require("tsparticles-shape-square"), require("tsparticles-shape-star"), require("tsparticles-engine"), require("tsparticles-shape-text"));
module.exports = factory(require("tsparticles-particles.js"), require("tsparticles-updater-angle"), require("tsparticles-move-base"), require("tsparticles-shape-circle"), require("tsparticles-updater-color"), require("tsparticles-interaction-external-attract"), require("tsparticles-interaction-external-bounce"), require("tsparticles-interaction-external-bubble"), require("tsparticles-interaction-external-connect"), require("tsparticles-interaction-external-grab"), require("tsparticles-interaction-external-pause"), require("tsparticles-interaction-external-push"), require("tsparticles-interaction-external-remove"), require("tsparticles-interaction-external-repulse"), require("tsparticles-shape-image"), require("tsparticles-updater-life"), require("tsparticles-shape-line"), require("tsparticles-updater-opacity"), require("tsparticles-updater-out-modes"), require("tsparticles-move-parallax"), require("tsparticles-interaction-particles-attract"), require("tsparticles-interaction-particles-collisions"), require("tsparticles-interaction-particles-links"), require("tsparticles-shape-polygon"), require("tsparticles-updater-size"), require("tsparticles-shape-square"), require("tsparticles-shape-star"), require("tsparticles-engine"), require("tsparticles-shape-text"));
else if(typeof define === 'function' && define.amd)
define(["tsparticles-updater-angle", "tsparticles-move-base", "tsparticles-shape-circle", "tsparticles-updater-color", "tsparticles-interaction-external-attract", "tsparticles-interaction-external-bounce", "tsparticles-interaction-external-bubble", "tsparticles-interaction-external-connect", "tsparticles-interaction-external-grab", "tsparticles-interaction-external-pause", "tsparticles-interaction-external-push", "tsparticles-interaction-external-remove", "tsparticles-interaction-external-repulse", "tsparticles-shape-image", "tsparticles-updater-life", "tsparticles-shape-line", "tsparticles-updater-opacity", "tsparticles-updater-out-modes", "tsparticles-move-parallax", "tsparticles-interaction-particles-attract", "tsparticles-interaction-particles-collisions", "tsparticles-interaction-particles-links", "tsparticles-shape-polygon", "tsparticles-updater-size", "tsparticles-shape-square", "tsparticles-shape-star", "tsparticles-engine", "tsparticles-shape-text"], factory);
define(["tsparticles-particles.js", "tsparticles-updater-angle", "tsparticles-move-base", "tsparticles-shape-circle", "tsparticles-updater-color", "tsparticles-interaction-external-attract", "tsparticles-interaction-external-bounce", "tsparticles-interaction-external-bubble", "tsparticles-interaction-external-connect", "tsparticles-interaction-external-grab", "tsparticles-interaction-external-pause", "tsparticles-interaction-external-push", "tsparticles-interaction-external-remove", "tsparticles-interaction-external-repulse", "tsparticles-shape-image", "tsparticles-updater-life", "tsparticles-shape-line", "tsparticles-updater-opacity", "tsparticles-updater-out-modes", "tsparticles-move-parallax", "tsparticles-interaction-particles-attract", "tsparticles-interaction-particles-collisions", "tsparticles-interaction-particles-links", "tsparticles-shape-polygon", "tsparticles-updater-size", "tsparticles-shape-square", "tsparticles-shape-star", "tsparticles-engine", "tsparticles-shape-text"], factory);
else {
var a = typeof exports === 'object' ? factory(require("tsparticles-updater-angle"), require("tsparticles-move-base"), require("tsparticles-shape-circle"), require("tsparticles-updater-color"), require("tsparticles-interaction-external-attract"), require("tsparticles-interaction-external-bounce"), require("tsparticles-interaction-external-bubble"), require("tsparticles-interaction-external-connect"), require("tsparticles-interaction-external-grab"), require("tsparticles-interaction-external-pause"), require("tsparticles-interaction-external-push"), require("tsparticles-interaction-external-remove"), require("tsparticles-interaction-external-repulse"), require("tsparticles-shape-image"), require("tsparticles-updater-life"), require("tsparticles-shape-line"), require("tsparticles-updater-opacity"), require("tsparticles-updater-out-modes"), require("tsparticles-move-parallax"), require("tsparticles-interaction-particles-attract"), require("tsparticles-interaction-particles-collisions"), require("tsparticles-interaction-particles-links"), require("tsparticles-shape-polygon"), require("tsparticles-updater-size"), require("tsparticles-shape-square"), require("tsparticles-shape-star"), require("tsparticles-engine"), require("tsparticles-shape-text")) : factory(root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"]);
var a = typeof exports === 'object' ? factory(require("tsparticles-particles.js"), require("tsparticles-updater-angle"), require("tsparticles-move-base"), require("tsparticles-shape-circle"), require("tsparticles-updater-color"), require("tsparticles-interaction-external-attract"), require("tsparticles-interaction-external-bounce"), require("tsparticles-interaction-external-bubble"), require("tsparticles-interaction-external-connect"), require("tsparticles-interaction-external-grab"), require("tsparticles-interaction-external-pause"), require("tsparticles-interaction-external-push"), require("tsparticles-interaction-external-remove"), require("tsparticles-interaction-external-repulse"), require("tsparticles-shape-image"), require("tsparticles-updater-life"), require("tsparticles-shape-line"), require("tsparticles-updater-opacity"), require("tsparticles-updater-out-modes"), require("tsparticles-move-parallax"), require("tsparticles-interaction-particles-attract"), require("tsparticles-interaction-particles-collisions"), require("tsparticles-interaction-particles-links"), require("tsparticles-shape-polygon"), require("tsparticles-updater-size"), require("tsparticles-shape-square"), require("tsparticles-shape-star"), require("tsparticles-engine"), require("tsparticles-shape-text")) : factory(root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"], root["window"]);
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(this, function(__WEBPACK_EXTERNAL_MODULE__1__, __WEBPACK_EXTERNAL_MODULE__919__, __WEBPACK_EXTERNAL_MODULE__941__, __WEBPACK_EXTERNAL_MODULE__841__, __WEBPACK_EXTERNAL_MODULE__174__, __WEBPACK_EXTERNAL_MODULE__544__, __WEBPACK_EXTERNAL_MODULE__923__, __WEBPACK_EXTERNAL_MODULE__364__, __WEBPACK_EXTERNAL_MODULE__602__, __WEBPACK_EXTERNAL_MODULE__999__, __WEBPACK_EXTERNAL_MODULE__639__, __WEBPACK_EXTERNAL_MODULE__394__, __WEBPACK_EXTERNAL_MODULE__813__, __WEBPACK_EXTERNAL_MODULE__662__, __WEBPACK_EXTERNAL_MODULE__489__, __WEBPACK_EXTERNAL_MODULE__45__, __WEBPACK_EXTERNAL_MODULE__838__, __WEBPACK_EXTERNAL_MODULE__405__, __WEBPACK_EXTERNAL_MODULE__387__, __WEBPACK_EXTERNAL_MODULE__966__, __WEBPACK_EXTERNAL_MODULE__260__, __WEBPACK_EXTERNAL_MODULE__955__, __WEBPACK_EXTERNAL_MODULE__722__, __WEBPACK_EXTERNAL_MODULE__328__, __WEBPACK_EXTERNAL_MODULE__295__, __WEBPACK_EXTERNAL_MODULE__110__, __WEBPACK_EXTERNAL_MODULE__818__, __WEBPACK_EXTERNAL_MODULE__922__) {
})(this, function(__WEBPACK_EXTERNAL_MODULE__995__, __WEBPACK_EXTERNAL_MODULE__1__, __WEBPACK_EXTERNAL_MODULE__919__, __WEBPACK_EXTERNAL_MODULE__941__, __WEBPACK_EXTERNAL_MODULE__841__, __WEBPACK_EXTERNAL_MODULE__174__, __WEBPACK_EXTERNAL_MODULE__544__, __WEBPACK_EXTERNAL_MODULE__923__, __WEBPACK_EXTERNAL_MODULE__364__, __WEBPACK_EXTERNAL_MODULE__602__, __WEBPACK_EXTERNAL_MODULE__999__, __WEBPACK_EXTERNAL_MODULE__639__, __WEBPACK_EXTERNAL_MODULE__394__, __WEBPACK_EXTERNAL_MODULE__813__, __WEBPACK_EXTERNAL_MODULE__662__, __WEBPACK_EXTERNAL_MODULE__489__, __WEBPACK_EXTERNAL_MODULE__45__, __WEBPACK_EXTERNAL_MODULE__838__, __WEBPACK_EXTERNAL_MODULE__405__, __WEBPACK_EXTERNAL_MODULE__387__, __WEBPACK_EXTERNAL_MODULE__966__, __WEBPACK_EXTERNAL_MODULE__260__, __WEBPACK_EXTERNAL_MODULE__955__, __WEBPACK_EXTERNAL_MODULE__722__, __WEBPACK_EXTERNAL_MODULE__328__, __WEBPACK_EXTERNAL_MODULE__295__, __WEBPACK_EXTERNAL_MODULE__110__, __WEBPACK_EXTERNAL_MODULE__818__, __WEBPACK_EXTERNAL_MODULE__922__) {
return /******/ (() => { // webpackBootstrap

@@ -129,2 +129,9 @@ /******/ "use strict";

/***/ 995:
/***/ ((module) => {
module.exports = __WEBPACK_EXTERNAL_MODULE__995__;
/***/ }),
/***/ 941:

@@ -288,2 +295,4 @@ /***/ ((module) => {

// EXTERNAL MODULE: external {"commonjs":"tsparticles-particles.js","commonjs2":"tsparticles-particles.js","amd":"tsparticles-particles.js","root":"window"}
var external_commonjs_tsparticles_particles_js_commonjs2_tsparticles_particles_js_amd_tsparticles_particles_js_root_window_ = __webpack_require__(995);
// EXTERNAL MODULE: external {"commonjs":"tsparticles-updater-angle","commonjs2":"tsparticles-updater-angle","amd":"tsparticles-updater-angle","root":"window"}

@@ -542,2 +551,3 @@ var external_commonjs_tsparticles_updater_angle_commonjs2_tsparticles_updater_angle_amd_tsparticles_updater_angle_root_window_ = __webpack_require__(1);

function loadSlim(engine) {

@@ -573,2 +583,3 @@ return dist_awaiter(this, void 0, void 0, function* () {

yield (0,external_commonjs_tsparticles_updater_out_modes_commonjs2_tsparticles_updater_out_modes_amd_tsparticles_updater_out_modes_root_window_.loadOutModesUpdater)(engine);
yield (0,external_commonjs_tsparticles_particles_js_commonjs2_tsparticles_particles_js_amd_tsparticles_particles_js_root_window_.initPjs)(engine);
});

@@ -575,0 +586,0 @@ }

@@ -1,2 +0,2 @@

/*! tsParticles Slim v2.0.4 by Matteo Bruni */
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("tsparticles-updater-angle"),require("tsparticles-move-base"),require("tsparticles-shape-circle"),require("tsparticles-updater-color"),require("tsparticles-interaction-external-attract"),require("tsparticles-interaction-external-bounce"),require("tsparticles-interaction-external-bubble"),require("tsparticles-interaction-external-connect"),require("tsparticles-interaction-external-grab"),require("tsparticles-interaction-external-pause"),require("tsparticles-interaction-external-push"),require("tsparticles-interaction-external-remove"),require("tsparticles-interaction-external-repulse"),require("tsparticles-shape-image"),require("tsparticles-updater-life"),require("tsparticles-shape-line"),require("tsparticles-updater-opacity"),require("tsparticles-updater-out-modes"),require("tsparticles-move-parallax"),require("tsparticles-interaction-particles-attract"),require("tsparticles-interaction-particles-collisions"),require("tsparticles-interaction-particles-links"),require("tsparticles-shape-polygon"),require("tsparticles-updater-size"),require("tsparticles-shape-square"),require("tsparticles-shape-star"),require("tsparticles-engine"),require("tsparticles-shape-text"));else if("function"==typeof define&&define.amd)define(["tsparticles-updater-angle","tsparticles-move-base","tsparticles-shape-circle","tsparticles-updater-color","tsparticles-interaction-external-attract","tsparticles-interaction-external-bounce","tsparticles-interaction-external-bubble","tsparticles-interaction-external-connect","tsparticles-interaction-external-grab","tsparticles-interaction-external-pause","tsparticles-interaction-external-push","tsparticles-interaction-external-remove","tsparticles-interaction-external-repulse","tsparticles-shape-image","tsparticles-updater-life","tsparticles-shape-line","tsparticles-updater-opacity","tsparticles-updater-out-modes","tsparticles-move-parallax","tsparticles-interaction-particles-attract","tsparticles-interaction-particles-collisions","tsparticles-interaction-particles-links","tsparticles-shape-polygon","tsparticles-updater-size","tsparticles-shape-square","tsparticles-shape-star","tsparticles-engine","tsparticles-shape-text"],t);else{var r="object"==typeof exports?t(require("tsparticles-updater-angle"),require("tsparticles-move-base"),require("tsparticles-shape-circle"),require("tsparticles-updater-color"),require("tsparticles-interaction-external-attract"),require("tsparticles-interaction-external-bounce"),require("tsparticles-interaction-external-bubble"),require("tsparticles-interaction-external-connect"),require("tsparticles-interaction-external-grab"),require("tsparticles-interaction-external-pause"),require("tsparticles-interaction-external-push"),require("tsparticles-interaction-external-remove"),require("tsparticles-interaction-external-repulse"),require("tsparticles-shape-image"),require("tsparticles-updater-life"),require("tsparticles-shape-line"),require("tsparticles-updater-opacity"),require("tsparticles-updater-out-modes"),require("tsparticles-move-parallax"),require("tsparticles-interaction-particles-attract"),require("tsparticles-interaction-particles-collisions"),require("tsparticles-interaction-particles-links"),require("tsparticles-shape-polygon"),require("tsparticles-updater-size"),require("tsparticles-shape-square"),require("tsparticles-shape-star"),require("tsparticles-engine"),require("tsparticles-shape-text")):t(e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window);for(var i in r)("object"==typeof exports?exports:e)[i]=r[i]}}(this,(function(e,t,r,i,a,o,s,n,l,c,p,u,d,x,v,w,y,q,h,f,b,m,g,k,S,I,P,C){return(()=>{"use strict";var E={818:e=>{e.exports=P},174:e=>{e.exports=a},544:e=>{e.exports=o},923:e=>{e.exports=s},364:e=>{e.exports=n},602:e=>{e.exports=l},999:e=>{e.exports=c},639:e=>{e.exports=p},394:e=>{e.exports=u},813:e=>{e.exports=d},966:e=>{e.exports=f},260:e=>{e.exports=b},955:e=>{e.exports=m},919:e=>{e.exports=t},387:e=>{e.exports=h},941:e=>{e.exports=r},662:e=>{e.exports=x},45:e=>{e.exports=w},722:e=>{e.exports=g},295:e=>{e.exports=S},110:e=>{e.exports=I},922:e=>{e.exports=C},1:t=>{t.exports=e},841:e=>{e.exports=i},489:e=>{e.exports=v},838:e=>{e.exports=y},405:e=>{e.exports=q},328:e=>{e.exports=k}},j={};function O(e){var t=j[e];if(void 0!==t)return t.exports;var r=j[e]={exports:{}};return E[e](r,r.exports,O),r.exports}O.d=(e,t)=>{for(var r in t)O.o(t,r)&&!O.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},O.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),O.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var U={};return(()=>{O.r(U),O.d(U,{loadSlim:()=>z});var e=O(1),t=O(919),r=O(941),i=O(841),a=O(174),o=O(544),s=O(923),n=O(364),l=O(602),c=O(999),p=O(639),u=O(394),d=O(813),x=O(662),v=O(489),w=O(45),y=O(838),q=O(405),h=O(387),f=O(966),b=O(260),m=O(955),g=O(722),k=O(328),S=O(295),I=O(110),P=O(818);function C(e,t,r,i,a){var o;const s=t;if(!s||!s.enable)return;const n=(0,P.randomInRange)(r.offset),l=(null!==(o=t.velocity)&&void 0!==o?o:0)*e.factor+3.6*n;a&&0!==s.status?(s.value-=l,s.value<0&&(s.status=0,s.value+=s.value)):(s.value+=l,a&&s.value>i&&(s.status=1,s.value-=s.value%i)),s.value>i&&(s.value%=i)}class E{constructor(e){this.container=e}init(e){var t,r;const i=this.container;e.stroke=e.options.stroke instanceof Array?(0,P.itemFromArray)(e.options.stroke,e.id,e.options.reduceDuplicates):e.options.stroke,e.strokeWidth=e.stroke.width*i.retina.pixelRatio;const a=null!==(t=(0,P.colorToHsl)(e.stroke.color))&&void 0!==t?t:e.getFillColor();a&&(e.strokeColor=(0,P.getHslAnimationFromHsl)(a,null===(r=e.stroke.color)||void 0===r?void 0:r.animation,i.retina.reduceFactor))}isEnabled(e){var t,r,i,a;const o=null===(t=e.stroke)||void 0===t?void 0:t.color;return!e.destroyed&&!e.spawning&&!!o&&(void 0!==(null===(r=e.strokeColor)||void 0===r?void 0:r.h.value)&&o.animation.h.enable||void 0!==(null===(i=e.strokeColor)||void 0===i?void 0:i.s.value)&&o.animation.s.enable||void 0!==(null===(a=e.strokeColor)||void 0===a?void 0:a.l.value)&&o.animation.l.enable)}update(e,t){this.isEnabled(e)&&function(e,t){var r,i,a,o,s,n,l,c,p,u;if(!(null===(r=e.stroke)||void 0===r?void 0:r.color))return;const d=e.stroke.color.animation,x=null!==(a=null===(i=e.strokeColor)||void 0===i?void 0:i.h)&&void 0!==a?a:null===(o=e.color)||void 0===o?void 0:o.h;x&&C(t,x,d.h,360,!1);const v=null!==(n=null===(s=e.strokeColor)||void 0===s?void 0:s.s)&&void 0!==n?n:null===(l=e.color)||void 0===l?void 0:l.s;v&&C(t,v,d.s,100,!0);const w=null!==(p=null===(c=e.strokeColor)||void 0===c?void 0:c.l)&&void 0!==p?p:null===(u=e.color)||void 0===u?void 0:u.l;w&&C(t,w,d.l,100,!0)}(e,t)}}var j=function(e,t,r,i){return new(r||(r=Promise))((function(a,o){function s(e){try{l(i.next(e))}catch(e){o(e)}}function n(e){try{l(i.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,n)}l((i=i.apply(e,t||[])).next())}))};var A=O(922),M=function(e,t,r,i){return new(r||(r=Promise))((function(a,o){function s(e){try{l(i.next(e))}catch(e){o(e)}}function n(e){try{l(i.throw(e))}catch(e){o(e)}}function l(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,n)}l((i=i.apply(e,t||[])).next())}))};function z(P){return M(this,void 0,void 0,(function*(){yield(0,t.loadBaseMover)(P),yield(0,h.loadParallaxMover)(P),yield(0,a.loadExternalAttractInteraction)(P),yield(0,o.loadExternalBounceInteraction)(P),yield(0,s.loadExternalBubbleInteraction)(P),yield(0,n.loadExternalConnectInteraction)(P),yield(0,l.loadExternalGrabInteraction)(P),yield(0,c.loadExternalPauseInteraction)(P),yield(0,p.loadExternalPushInteraction)(P),yield(0,u.loadExternalRemoveInteraction)(P),yield(0,d.loadExternalRepulseInteraction)(P),yield(0,f.loadParticlesAttractInteraction)(P),yield(0,b.loadParticlesCollisionsInteraction)(P),yield(0,m.loadParticlesLinksInteraction)(P),yield(0,r.loadCircleShape)(P),yield(0,x.loadImageShape)(P),yield(0,w.loadLineShape)(P),yield(0,g.loadPolygonShape)(P),yield(0,S.loadSquareShape)(P),yield(0,I.loadStarShape)(P),yield(0,A.loadTextShape)(P),yield(0,v.loadLifeUpdater)(P),yield(0,y.loadOpacityUpdater)(P),yield(0,k.loadSizeUpdater)(P),yield(0,e.loadAngleUpdater)(P),yield(0,i.loadColorUpdater)(P),yield function(e){return j(this,void 0,void 0,(function*(){yield e.addParticleUpdater("strokeColor",(e=>new E(e)))}))}(P),yield(0,q.loadOutModesUpdater)(P)}))}})(),U})()}));
/*! tsParticles Slim v2.0.5 by Matteo Bruni */
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("tsparticles-particles.js"),require("tsparticles-updater-angle"),require("tsparticles-move-base"),require("tsparticles-shape-circle"),require("tsparticles-updater-color"),require("tsparticles-interaction-external-attract"),require("tsparticles-interaction-external-bounce"),require("tsparticles-interaction-external-bubble"),require("tsparticles-interaction-external-connect"),require("tsparticles-interaction-external-grab"),require("tsparticles-interaction-external-pause"),require("tsparticles-interaction-external-push"),require("tsparticles-interaction-external-remove"),require("tsparticles-interaction-external-repulse"),require("tsparticles-shape-image"),require("tsparticles-updater-life"),require("tsparticles-shape-line"),require("tsparticles-updater-opacity"),require("tsparticles-updater-out-modes"),require("tsparticles-move-parallax"),require("tsparticles-interaction-particles-attract"),require("tsparticles-interaction-particles-collisions"),require("tsparticles-interaction-particles-links"),require("tsparticles-shape-polygon"),require("tsparticles-updater-size"),require("tsparticles-shape-square"),require("tsparticles-shape-star"),require("tsparticles-engine"),require("tsparticles-shape-text"));else if("function"==typeof define&&define.amd)define(["tsparticles-particles.js","tsparticles-updater-angle","tsparticles-move-base","tsparticles-shape-circle","tsparticles-updater-color","tsparticles-interaction-external-attract","tsparticles-interaction-external-bounce","tsparticles-interaction-external-bubble","tsparticles-interaction-external-connect","tsparticles-interaction-external-grab","tsparticles-interaction-external-pause","tsparticles-interaction-external-push","tsparticles-interaction-external-remove","tsparticles-interaction-external-repulse","tsparticles-shape-image","tsparticles-updater-life","tsparticles-shape-line","tsparticles-updater-opacity","tsparticles-updater-out-modes","tsparticles-move-parallax","tsparticles-interaction-particles-attract","tsparticles-interaction-particles-collisions","tsparticles-interaction-particles-links","tsparticles-shape-polygon","tsparticles-updater-size","tsparticles-shape-square","tsparticles-shape-star","tsparticles-engine","tsparticles-shape-text"],t);else{var r="object"==typeof exports?t(require("tsparticles-particles.js"),require("tsparticles-updater-angle"),require("tsparticles-move-base"),require("tsparticles-shape-circle"),require("tsparticles-updater-color"),require("tsparticles-interaction-external-attract"),require("tsparticles-interaction-external-bounce"),require("tsparticles-interaction-external-bubble"),require("tsparticles-interaction-external-connect"),require("tsparticles-interaction-external-grab"),require("tsparticles-interaction-external-pause"),require("tsparticles-interaction-external-push"),require("tsparticles-interaction-external-remove"),require("tsparticles-interaction-external-repulse"),require("tsparticles-shape-image"),require("tsparticles-updater-life"),require("tsparticles-shape-line"),require("tsparticles-updater-opacity"),require("tsparticles-updater-out-modes"),require("tsparticles-move-parallax"),require("tsparticles-interaction-particles-attract"),require("tsparticles-interaction-particles-collisions"),require("tsparticles-interaction-particles-links"),require("tsparticles-shape-polygon"),require("tsparticles-updater-size"),require("tsparticles-shape-square"),require("tsparticles-shape-star"),require("tsparticles-engine"),require("tsparticles-shape-text")):t(e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window,e.window);for(var i in r)("object"==typeof exports?exports:e)[i]=r[i]}}(this,(function(e,t,r,i,a,o,s,l,n,c,p,u,d,x,v,w,q,y,h,f,b,m,g,k,S,P,I,C,j){return(()=>{"use strict";var E={818:e=>{e.exports=C},174:e=>{e.exports=o},544:e=>{e.exports=s},923:e=>{e.exports=l},364:e=>{e.exports=n},602:e=>{e.exports=c},999:e=>{e.exports=p},639:e=>{e.exports=u},394:e=>{e.exports=d},813:e=>{e.exports=x},966:e=>{e.exports=b},260:e=>{e.exports=m},955:e=>{e.exports=g},919:e=>{e.exports=r},387:e=>{e.exports=f},995:t=>{t.exports=e},941:e=>{e.exports=i},662:e=>{e.exports=v},45:e=>{e.exports=q},722:e=>{e.exports=k},295:e=>{e.exports=P},110:e=>{e.exports=I},922:e=>{e.exports=j},1:e=>{e.exports=t},841:e=>{e.exports=a},489:e=>{e.exports=w},838:e=>{e.exports=y},405:e=>{e.exports=h},328:e=>{e.exports=S}},O={};function U(e){var t=O[e];if(void 0!==t)return t.exports;var r=O[e]={exports:{}};return E[e](r,r.exports,U),r.exports}U.d=(e,t)=>{for(var r in t)U.o(t,r)&&!U.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},U.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),U.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var A={};return(()=>{U.r(A),U.d(A,{loadSlim:()=>F});var e=U(995),t=U(1),r=U(919),i=U(941),a=U(841),o=U(174),s=U(544),l=U(923),n=U(364),c=U(602),p=U(999),u=U(639),d=U(394),x=U(813),v=U(662),w=U(489),q=U(45),y=U(838),h=U(405),f=U(387),b=U(966),m=U(260),g=U(955),k=U(722),S=U(328),P=U(295),I=U(110),C=U(818);function j(e,t,r,i,a){var o;const s=t;if(!s||!s.enable)return;const l=(0,C.randomInRange)(r.offset),n=(null!==(o=t.velocity)&&void 0!==o?o:0)*e.factor+3.6*l;a&&0!==s.status?(s.value-=n,s.value<0&&(s.status=0,s.value+=s.value)):(s.value+=n,a&&s.value>i&&(s.status=1,s.value-=s.value%i)),s.value>i&&(s.value%=i)}class E{constructor(e){this.container=e}init(e){var t,r;const i=this.container;e.stroke=e.options.stroke instanceof Array?(0,C.itemFromArray)(e.options.stroke,e.id,e.options.reduceDuplicates):e.options.stroke,e.strokeWidth=e.stroke.width*i.retina.pixelRatio;const a=null!==(t=(0,C.colorToHsl)(e.stroke.color))&&void 0!==t?t:e.getFillColor();a&&(e.strokeColor=(0,C.getHslAnimationFromHsl)(a,null===(r=e.stroke.color)||void 0===r?void 0:r.animation,i.retina.reduceFactor))}isEnabled(e){var t,r,i,a;const o=null===(t=e.stroke)||void 0===t?void 0:t.color;return!e.destroyed&&!e.spawning&&!!o&&(void 0!==(null===(r=e.strokeColor)||void 0===r?void 0:r.h.value)&&o.animation.h.enable||void 0!==(null===(i=e.strokeColor)||void 0===i?void 0:i.s.value)&&o.animation.s.enable||void 0!==(null===(a=e.strokeColor)||void 0===a?void 0:a.l.value)&&o.animation.l.enable)}update(e,t){this.isEnabled(e)&&function(e,t){var r,i,a,o,s,l,n,c,p,u;if(!(null===(r=e.stroke)||void 0===r?void 0:r.color))return;const d=e.stroke.color.animation,x=null!==(a=null===(i=e.strokeColor)||void 0===i?void 0:i.h)&&void 0!==a?a:null===(o=e.color)||void 0===o?void 0:o.h;x&&j(t,x,d.h,360,!1);const v=null!==(l=null===(s=e.strokeColor)||void 0===s?void 0:s.s)&&void 0!==l?l:null===(n=e.color)||void 0===n?void 0:n.s;v&&j(t,v,d.s,100,!0);const w=null!==(p=null===(c=e.strokeColor)||void 0===c?void 0:c.l)&&void 0!==p?p:null===(u=e.color)||void 0===u?void 0:u.l;w&&j(t,w,d.l,100,!0)}(e,t)}}var O=function(e,t,r,i){return new(r||(r=Promise))((function(a,o){function s(e){try{n(i.next(e))}catch(e){o(e)}}function l(e){try{n(i.throw(e))}catch(e){o(e)}}function n(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,l)}n((i=i.apply(e,t||[])).next())}))};var M=U(922),z=function(e,t,r,i){return new(r||(r=Promise))((function(a,o){function s(e){try{n(i.next(e))}catch(e){o(e)}}function l(e){try{n(i.throw(e))}catch(e){o(e)}}function n(e){var t;e.done?a(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,l)}n((i=i.apply(e,t||[])).next())}))};function F(C){return z(this,void 0,void 0,(function*(){yield(0,r.loadBaseMover)(C),yield(0,f.loadParallaxMover)(C),yield(0,o.loadExternalAttractInteraction)(C),yield(0,s.loadExternalBounceInteraction)(C),yield(0,l.loadExternalBubbleInteraction)(C),yield(0,n.loadExternalConnectInteraction)(C),yield(0,c.loadExternalGrabInteraction)(C),yield(0,p.loadExternalPauseInteraction)(C),yield(0,u.loadExternalPushInteraction)(C),yield(0,d.loadExternalRemoveInteraction)(C),yield(0,x.loadExternalRepulseInteraction)(C),yield(0,b.loadParticlesAttractInteraction)(C),yield(0,m.loadParticlesCollisionsInteraction)(C),yield(0,g.loadParticlesLinksInteraction)(C),yield(0,i.loadCircleShape)(C),yield(0,v.loadImageShape)(C),yield(0,q.loadLineShape)(C),yield(0,k.loadPolygonShape)(C),yield(0,P.loadSquareShape)(C),yield(0,I.loadStarShape)(C),yield(0,M.loadTextShape)(C),yield(0,w.loadLifeUpdater)(C),yield(0,y.loadOpacityUpdater)(C),yield(0,S.loadSizeUpdater)(C),yield(0,t.loadAngleUpdater)(C),yield(0,a.loadColorUpdater)(C),yield function(e){return O(this,void 0,void 0,(function*(){yield e.addParticleUpdater("strokeColor",(e=>new E(e)))}))}(C),yield(0,h.loadOutModesUpdater)(C),yield(0,e.initPjs)(C)}))}})(),A})()}));

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc