Socket
Socket
Sign inDemoInstall

@tsparticles/shape-line

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsparticles/shape-line - npm Package Compare versions

Comparing version 3.4.0 to 3.5.0

3

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

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

}
exports.loadLineShape = loadLineShape;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.drawLine = void 0;
exports.drawLine = drawLine;
function drawLine(data) {

@@ -10,2 +10,1 @@ const { context, particle, radius } = data, shapeData = particle.shapeData, centerY = 0;

}
exports.drawLine = drawLine;
{
"name": "@tsparticles/shape-line",
"version": "3.4.0",
"version": "3.5.0",
"description": "tsParticles line 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 Line Shape v3.4.0 by Matteo Bruni */
/*! tsParticles Line Shape v3.5.0 by Matteo Bruni */

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.loadLineShape = void 0;
exports.loadLineShape = loadLineShape;
const LineDrawer_js_1 = require("./LineDrawer.js");

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

}
exports.loadLineShape = loadLineShape;
});

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.drawLine = void 0;
exports.drawLine = drawLine;
function drawLine(data) {

@@ -20,3 +20,2 @@ const { context, particle, radius } = data, shapeData = particle.shapeData, centerY = 0;

}
exports.drawLine = drawLine;
});

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