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

@hoseinh/react-analog-clock

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hoseinh/react-analog-clock - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

package.json
{
"name": "@hoseinh/react-analog-clock",
"private": false,
"version": "0.4.0",
"version": "0.5.0",
"module": "./lib/esm/index.js",

@@ -6,0 +6,0 @@ "main": "./lib/cjs/index.js",

@@ -11,3 +11,3 @@

Check out the [online demo](https://hoseinh.com/demos/analog-clock) For Examples.
Check out the [online demo](https://react-clock.hoseinh.com) For Examples.

@@ -55,2 +55,16 @@ ## Installation

You can show a static time and disable the clock's auto update by passing a "staticDate" Date object:
```javascript
.
.
.
<AnalogClock
staticDate={new Date(2024, 0, 1, 12, 15, 0)}
/>
.
.
.
```
## Props

@@ -57,0 +71,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