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

@tsparticles/interaction-external-remove

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsparticles/interaction-external-remove - npm Package Compare versions

Comparing version 3.0.3 to 3.1.0

4

package.json
{
"name": "@tsparticles/interaction-external-remove",
"version": "3.0.3",
"version": "3.1.0",
"description": "tsParticles remove external interaction",

@@ -90,3 +90,3 @@ "homepage": "https://particles.js.org",

"dependencies": {
"@tsparticles/engine": "^3.0.3"
"@tsparticles/engine": "^3.1.0"
},

@@ -93,0 +93,0 @@ "publishConfig": {

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

* How to use? : Check the GitHub README
* v3.0.3
* v3.1.0
*/

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

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

/*! tsParticles Remove External Interaction v3.0.3 by Matteo Bruni */
/*! tsParticles Remove External Interaction v3.1.0 by Matteo Bruni */
import type { Container, Options } from "@tsparticles/engine";
import type { IRemove } from "./Options/Interfaces/IRemove.js";
import type { Remove } from "./Options/Classes/Remove.js";
export type IRemoveMode = {
export interface IRemoveMode {
remove: IRemove;
};
export type RemoveMode = {
}
export interface RemoveMode {
remove?: Remove;
};
}
export type RemoveContainer = Container & {

@@ -11,0 +11,0 @@ actualOptions: RemoveOptions;

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