Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tsparticles-plugin-easing-quad

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsparticles-plugin-easing-quad - npm Package Compare versions

Comparing version 2.10.1 to 2.11.0

5

package.json
{
"name": "tsparticles-plugin-easing-quad",
"version": "2.10.1",
"version": "2.11.0",
"description": "tsParticles easing quad plugin",

@@ -93,5 +93,6 @@ "homepage": "https://particles.js.org",

"types": "types/index.d.ts",
"sideEffects": false,
"dependencies": {
"tsparticles-engine": "^2.10.1"
"tsparticles-engine": "^2.11.0"
}
}

21

README.md

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

```javascript
loadEasingQuadPlugin();
(async () => {
await loadEasingQuadPlugin();
tsParticles.load("tsparticles", {
/* options */
});
await tsParticles.load({
id: "tsparticles",
options: {
/* options */
},
});
})();
```

@@ -56,3 +61,5 @@

loadEasingQuadPlugin();
(async () => {
await loadEasingQuadPlugin();
})();
```

@@ -66,3 +73,5 @@

loadEasingQuadPlugin();
(async () => {
await loadEasingQuadPlugin();
})();
```

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

* How to use? : Check the GitHub README
* v2.10.1
* v2.11.0
*/

@@ -10,0 +10,0 @@ (function webpackUniversalModuleDefinition(root, factory) {

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

/*! tsParticles Easing Quad Plugin v2.10.1 by Matteo Bruni */
/*! tsParticles Easing Quad Plugin v2.11.0 by Matteo Bruni */

Sorry, the diff of this file is not supported yet

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