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

react-dom-confetti

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dom-confetti - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

lib/confetti.js

@@ -40,4 +40,4 @@ 'use strict';

_createClass(Confetti, [{
key: 'componentWillRecieveProps',
value: function componentWillRecieveProps(nextProps) {
key: 'componentWillReceiveProps',
value: function componentWillReceiveProps(nextProps) {
if (nextProps.show && !this.props.show) {

@@ -44,0 +44,0 @@ (0, _domConfetti.confetti)(this.container, nextProps.config);

{
"name": "react-dom-confetti",
"version": "0.0.2",
"version": "0.0.3",
"description": "react component for dom-confetti",

@@ -22,3 +22,3 @@ "main": "lib/confetti.js",

"dependencies": {
"dom-confetti": "0.0.2"
"dom-confetti": "0.0.3"
},

@@ -25,0 +25,0 @@ "files": [

@@ -14,3 +14,3 @@ import React, { Component } from 'react';

componentWillRecieveProps(nextProps) {
componentWillReceiveProps(nextProps) {
if (nextProps.show && !this.props.show) {

@@ -17,0 +17,0 @@ confetti(this.container, nextProps.config);

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