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

canvas-confetti

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-confetti - npm Package Compare versions

Comparing version

to
1.3.2

3

dist/confetti.browser.js

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

// canvas-confetti v1.3.1 built on 2020-10-16T14:05:34.896Z
// canvas-confetti v1.3.2 built on 2020-11-12T12:53:54.473Z
!(function (window, module) {

@@ -10,2 +10,3 @@ // source content

global.OffscreenCanvas &&
global.OffscreenCanvasRenderingContext2D &&
global.HTMLCanvasElement &&

@@ -12,0 +13,0 @@ global.HTMLCanvasElement.prototype.transferControlToOffscreen &&

{
"name": "canvas-confetti",
"version": "1.3.1",
"version": "1.3.2",
"description": "performant confetti animation in the browser",

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

@@ -33,3 +33,3 @@ # [![Canvas Confetti](https://cdn.jsdelivr.net/gh/catdad-experiments/catdad-experiments-org@5ed78b/canvas-confetti/logo.jpg)](https://github.com/catdad/canvas-confetti/)

```html
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.3.1/dist/confetti.browser.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.3.2/dist/confetti.browser.min.js"></script>
```

@@ -36,0 +36,0 @@

@@ -7,2 +7,3 @@ (function main(global, module, isWorker, workerSize) {

global.OffscreenCanvas &&
global.OffscreenCanvasRenderingContext2D &&
global.HTMLCanvasElement &&

@@ -9,0 +10,0 @@ global.HTMLCanvasElement.prototype.transferControlToOffscreen &&

Sorry, the diff of this file is not supported yet