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

dom-confetti

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-confetti - npm Package Compare versions

Comparing version 0.2.0 to 0.2.2

.github/workflows/npm-publish.yml

2

lib/main.js

@@ -109,3 +109,3 @@ "use strict";

height: "10px",
perspective: "300px",
perspective: "",
colors: defaultColors,

@@ -112,0 +112,0 @@ duration: 3000,

{
"name": "dom-confetti",
"version": "0.2.0",
"version": "0.2.2",
"description": "confetti with dom elements",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

@@ -32,3 +32,3 @@ # dom-confetti

- `height`: - height of the confetti elements as css string, defaults to `10px`.
- `perspective` - perspective of root element, default to `300px`.
- `perspective` - perspective of root element.
- `height`: - height of the confetti elements

@@ -35,0 +35,0 @@ - `elementCount` - Number of particle elements, defaults to 50.

@@ -97,3 +97,3 @@ const defaultColors = ["#a864fd", "#29cdff", "#78ff44", "#ff718d", "#fdff6a"];

height: "10px",
perspective: "300px",
perspective: "",
colors: defaultColors,

@@ -100,0 +100,0 @@ duration: 3000,

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