react-live-clock
Advanced tools
Comparing version 5.6.0 to 5.6.1
# Changelog | ||
## [5.6.1] | ||
Fixes proptype validation | ||
## [5.6.0] | ||
@@ -4,0 +7,0 @@ Adds Element passthrough prop |
@@ -139,3 +139,3 @@ 'use strict'; | ||
date: _propTypes2.default.oneOfType([_propTypes2.default.number, _propTypes2.default.string]), | ||
element: _propTypes2.default.oneOfType([_propTypes2.default.element, _propTypes2.default.node, _propTypes2.default.string]), | ||
element: _propTypes2.default.oneOfType([_propTypes2.default.element, _propTypes2.default.node, _propTypes2.default.string, _propTypes2.default.func]), | ||
blinking: _propTypes2.default.bool, | ||
@@ -142,0 +142,0 @@ locale: _propTypes2.default.string, |
{ | ||
"name": "react-live-clock", | ||
"version": "5.6.0", | ||
"version": "5.6.1", | ||
"description": "React Live Clock", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -112,3 +112,4 @@ import React, {useState, useEffect} from 'react'; | ||
PropTypes.node, | ||
PropTypes.string | ||
PropTypes.string, | ||
PropTypes.func | ||
]), | ||
@@ -115,0 +116,0 @@ blinking: PropTypes.bool, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
8101231
81595