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
2
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.2.3 to 4.2.4

4

build/index.js

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

if (i % 2) {
ownKeys(source, true).forEach(function (key) {
ownKeys(Object(source), true).forEach(function (key) {
_defineProperty(target, key, source[key]);

@@ -76,3 +76,3 @@ });

} else {
ownKeys(source).forEach(function (key) {
ownKeys(Object(source)).forEach(function (key) {
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));

@@ -79,0 +79,0 @@ });

{
"name": "react-countup",
"version": "4.2.3",
"version": "4.2.4",
"description": "A React component wrapper around CountUp.js",

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

],
"typings": "index.d.ts",
"scripts": {

@@ -40,18 +41,18 @@ "build": "rollup -c",

"devDependencies": {
"@babel/core": "7.6.4",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/preset-env": "7.6.3",
"@babel/preset-react": "7.6.3",
"@testing-library/react": "9.3.1",
"@babel/core": "7.7.5",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/preset-env": "7.7.6",
"@babel/preset-react": "7.7.4",
"@testing-library/react": "9.3.2",
"babel-jest": "24.9.0",
"husky": "3.0.9",
"husky": "3.1.0",
"jest": "24.9.0",
"prettier": "1.18.2",
"pretty-quick": "2.0.0",
"prettier": "1.19.1",
"pretty-quick": "2.0.1",
"raf": "3.4.1",
"react": "16.11.0",
"react-dom": "16.11.0",
"rollup": "1.26.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"rollup": "1.27.9",
"rollup-plugin-babel": "4.3.3"
}
}
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