react-live-clock
Advanced tools
Comparing version 6.1.9 to 6.1.10
# Changelog | ||
## [6.1.10] | ||
Updates TypeScript thingies | ||
## [6.1.9] | ||
@@ -4,0 +7,0 @@ Bump react-router-dom from 6.8.0 to 6.8.1 #245 |
@@ -7,3 +7,3 @@ import React, { Component } from "react"; | ||
readonly date?: number | string; | ||
readonly element?: string; | ||
readonly element?: string | React.ReactElement; | ||
readonly filter?: () => void; | ||
@@ -15,3 +15,3 @@ readonly format?: string; | ||
readonly onReady?: () => void; | ||
readonly style?: CSSProperties; | ||
readonly style?: React.CSSProperties; | ||
readonly ticking?: boolean; | ||
@@ -18,0 +18,0 @@ readonly timezone?: string; |
{ | ||
"name": "react-live-clock", | ||
"version": "6.1.9", | ||
"version": "6.1.10", | ||
"description": "React Live Clock", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
10258756