New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tsparticles/shape-square

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsparticles/shape-square - npm Package Compare versions

Comparing version

to
3.5.0

3

cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.loadSquareShape = void 0;
exports.loadSquareShape = loadSquareShape;
const SquareDrawer_js_1 = require("./SquareDrawer.js");

@@ -8,2 +8,1 @@ async function loadSquareShape(engine, refresh = true) {

}
exports.loadSquareShape = loadSquareShape;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.drawSquare = void 0;
exports.drawSquare = drawSquare;
const fixFactorSquared = 2, fixFactor = Math.sqrt(fixFactorSquared), double = 2;

@@ -9,2 +9,1 @@ function drawSquare(data) {

}
exports.drawSquare = drawSquare;
{
"name": "@tsparticles/shape-square",
"version": "3.4.0",
"version": "3.5.0",
"description": "tsParticles square shape",

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

"dependencies": {
"@tsparticles/engine": "^3.4.0"
"@tsparticles/engine": "^3.5.0"
},

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

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

* How to use? : Check the GitHub README
* v3.4.0
* v3.5.0
*/

@@ -10,0 +10,0 @@ /*

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

/*! tsParticles Square Shape v3.4.0 by Matteo Bruni */
/*! tsParticles Square Shape v3.5.0 by Matteo Bruni */

@@ -12,3 +12,3 @@ (function (factory) {

Object.defineProperty(exports, "__esModule", { value: true });
exports.loadSquareShape = void 0;
exports.loadSquareShape = loadSquareShape;
const SquareDrawer_js_1 = require("./SquareDrawer.js");

@@ -18,3 +18,2 @@ async function loadSquareShape(engine, refresh = true) {

}
exports.loadSquareShape = loadSquareShape;
});

@@ -12,3 +12,3 @@ (function (factory) {

Object.defineProperty(exports, "__esModule", { value: true });
exports.drawSquare = void 0;
exports.drawSquare = drawSquare;
const fixFactorSquared = 2, fixFactor = Math.sqrt(fixFactorSquared), double = 2;

@@ -19,3 +19,2 @@ function drawSquare(data) {

}
exports.drawSquare = drawSquare;
});

Sorry, the diff of this file is not supported yet