react-countup
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -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" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
27455
0