Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

react-live-clock

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-live-clock - npm Package Compare versions

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",