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

react-confetti-boom

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-confetti-boom - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

lib/index.esm.js

@@ -45,3 +45,3 @@ import React, { useRef, useCallback, useEffect } from 'react';

this.yFriction = 0.87;
this.gravity = 0.55;
this.gravity = randomNumBetween(0.50, 0.60);
this.opacity = 1;

@@ -48,0 +48,0 @@ this.rotate = randomNumBetween(0, 360);

@@ -47,3 +47,3 @@ 'use strict';

this.yFriction = 0.87;
this.gravity = 0.55;
this.gravity = randomNumBetween(0.50, 0.60);
this.opacity = 1;

@@ -50,0 +50,0 @@ this.rotate = randomNumBetween(0, 360);

{
"name": "react-confetti-boom",
"version": "0.0.5",
"version": "0.0.6",
"description": "A customizable React confetti explosion component for celebrations and special events",

@@ -5,0 +5,0 @@ "author": "almond-bongbong <bal.dongdongdong@gmail.com>",

@@ -12,3 +12,3 @@ # React Confetti Boom 🎉

<p align="center">
<img src="https://raw.githubusercontent.com/almond-bongbong/react-confetti-boom/main/docs/preview.gif" alt="React Confetti Boom preview" />
<img src="./docs/preview.gif" alt="React Confetti Boom preview" />
</p>

@@ -15,0 +15,0 @@

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