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

react-live-clock

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-live-clock - npm Package Compare versions

Comparing version 5.4.0 to 5.4.1

6

CHANGELOG.md
# Changelog
## [5.4.1]
Bumps prop-types from 15.7.2 to 15.8.1 #146
Bumps eslint from 8.0.1 to 8.6.0 #145
Bumps eslint-plugin-react from 7.26.1 to 7.28.0 #144
Bumps moment-timezone from 0.5.33 to 0.5.34 #130
## [5.4.0]

@@ -4,0 +10,0 @@ Adds onReady Prop

8

package.json
{
"name": "react-live-clock",
"version": "5.4.0",
"version": "5.4.1",
"description": "React Live Clock",

@@ -44,7 +44,7 @@ "main": "lib/index.js",

"cf-react-component-template": "0.1.8",
"eslint": "8.0.1",
"eslint-plugin-react": "7.26.1",
"eslint": "8.6.0",
"eslint-plugin-react": "7.28.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"prop-types": "15.7.2",
"prop-types": "15.8.1",
"react": "16.14.0 || ^17",

@@ -51,0 +51,0 @@ "react-component-template": "0.1.10",

@@ -203,5 +203,4 @@ import React from 'react';

code="<Clock format={'HH:mm:ss a'} ticking={true} locale={'fr'} />"
title="Set the display language"
>
<Clock format={"HH:mm:ss a"} locale={"fr"} ticking={true} />
title="Set the display language">
<Clock format={'HH:mm:ss a'} locale={'fr'} ticking={true} />
</Panel>

@@ -208,0 +207,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc