react-clock
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "react-clock", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A component to display clock for your React application.", | ||
@@ -39,4 +39,4 @@ "main": "build/entry.js", | ||
"prop-types": "^15.6.0", | ||
"react": "^16.1.0", | ||
"react-dom": "^16.1.0" | ||
"react": ">=15.5", | ||
"react-dom": ">=15.5" | ||
}, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.0.2", | ||
"babel-eslint": "^8.0.3", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
@@ -54,13 +54,13 @@ "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"enzyme": "^3.1.1", | ||
"enzyme-adapter-react-16": "^1.0.4", | ||
"eslint": "^4.10.0", | ||
"enzyme": "^3.2.0", | ||
"enzyme-adapter-react-16": "^1.1.0", | ||
"eslint": "^4.13.1", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-plugin-class-property": "^1.0.6", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.2", | ||
"eslint-plugin-react": "^7.4.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.5.1", | ||
"jest": "^21.2.1", | ||
"less": "^2.7.3", | ||
"react-test-renderer": "^16.1.0" | ||
"react-test-renderer": "^16.2.0" | ||
}, | ||
@@ -67,0 +67,0 @@ "files": [ |
@@ -73,3 +73,3 @@ ![downloads](https://img.shields.io/npm/dt/react-clock.svg) ![build](https://img.shields.io/travis/wojtekmaj/react-clock.svg) ![dependencies](https://img.shields.io/david/wojtekmaj/react-clock.svg | ||
|hourHandLength|Defines the length of an hour hand, in %. Defaults to `50`.|`80`| | ||
|hourHandOppositeLength|Defines the length of the part of an hour hand on the opposite side the hand is pointing to, in %.|???| | ||
|hourHandOppositeLength|Defines the length of the part of an hour hand on the opposite side the hand is pointing to, in %.|`20`| | ||
|hourHandWidth|Defines the width of an hour hand, in pixels. Defaults to `4`.|`3`| | ||
@@ -76,0 +76,0 @@ |hourMarksLength|Defines the length of hour marks, in %. Defaults to `10`.|`8`| |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
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
28896
17
689
0
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedscheduler@0.19.1(transitive)
Updatedreact@>=15.5
Updatedreact-dom@>=15.5