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

react-countup

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-countup - npm Package Compare versions

Comparing version 4.0.0-alpha.5 to 4.0.0-alpha.6

1

build/index.js

@@ -135,3 +135,2 @@ 'use strict';

// Don't invoke start if component is used as a render prop
console.log(typeof children === 'function', !delay);
if (typeof children === 'function' && delay !== 0) return;

@@ -138,0 +137,0 @@

2

package.json
{
"name": "react-countup",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"description": "A React component wrapper around CountUp.js",

@@ -5,0 +5,0 @@ "author": "Glenn Reyes <glenn@glennreyes.com> (https://twitter.com/glnnrys)",

@@ -51,3 +51,2 @@ import Count from 'countup.js';

// Don't invoke start if component is used as a render prop
console.log(typeof children === 'function', !delay);
if (typeof children === 'function' && delay !== 0) return;

@@ -54,0 +53,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