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

tsparticles-interaction-external-connect

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsparticles-interaction-external-connect - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

4

package.json
{
"name": "tsparticles-interaction-external-connect",
"version": "2.6.0",
"version": "2.7.0",
"description": "tsParticles connect external interaction",

@@ -77,4 +77,4 @@ "homepage": "https://particles.js.org",

"dependencies": {
"tsparticles-engine": "^2.6.0"
"tsparticles-engine": "^2.7.0"
}
}

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

* How to use? : Check the GitHub README
* v2.6.0
* v2.7.0
*/

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

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

* How to use? : Check the GitHub README
* v2.6.0
* v2.7.0
*/
import type { ConnectMode } from "../../Types";
import type { Options } from "tsparticles-engine";
export declare type ConnectOptions = Options & {
export type ConnectOptions = Options & {
interactivity: {

@@ -5,0 +5,0 @@ modes: ConnectMode;

@@ -5,9 +5,9 @@ import type { Connect } from "./Options/Classes/Connect";

import type { IConnect } from "./Options/Interfaces/IConnect";
export declare type IConnectMode = {
export type IConnectMode = {
connect: IConnect;
};
export declare type ConnectMode = {
export type ConnectMode = {
connect?: Connect;
};
export declare type ConnectContainer = Container & {
export type ConnectContainer = Container & {
actualOptions: ConnectOptions;

@@ -14,0 +14,0 @@ retina: {

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