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

@tsparticles/shape-cards

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsparticles/shape-cards - 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.loadCardsShape = void 0;
exports.loadCardsShape = loadCardsShape;
const ClubDrawer_js_1 = require("./ClubDrawer.js");

@@ -14,2 +14,1 @@ const DiamondDrawer_js_1 = require("./DiamondDrawer.js");

}
exports.loadCardsShape = loadCardsShape;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.paths = exports.drawPath = void 0;
exports.paths = void 0;
exports.drawPath = drawPath;
function drawPath(data, path) {

@@ -18,3 +19,2 @@ if (!path.segments.length || !path.segments[0].values.length) {

}
exports.drawPath = drawPath;
const n = 1.0 / 2;

@@ -21,0 +21,0 @@ exports.paths = {

{
"name": "@tsparticles/shape-cards",
"version": "3.4.0",
"version": "3.5.0",
"description": "tsParticles cards shape",

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

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

@@ -106,0 +106,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 Cards Shape v3.4.0 by Matteo Bruni */
/*! tsParticles Cards Shape v3.5.0 by Matteo Bruni */

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.loadCardsShape = void 0;
exports.loadCardsShape = loadCardsShape;
const ClubDrawer_js_1 = require("./ClubDrawer.js");

@@ -24,3 +24,2 @@ const DiamondDrawer_js_1 = require("./DiamondDrawer.js");

}
exports.loadCardsShape = loadCardsShape;
});

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

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

@@ -28,3 +29,2 @@ if (!path.segments.length || !path.segments[0].values.length) {

}
exports.drawPath = drawPath;
const n = 1.0 / 2;

@@ -31,0 +31,0 @@ exports.paths = {

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