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

@adactive/arc-clock

Package Overview
Dependencies
Maintainers
5
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adactive/arc-clock - npm Package Compare versions

Comparing version 0.0.1-y.24 to 0.0.1-y.25

2

package.json
{
"name": "@adactive/arc-clock",
"version": "0.0.1-y.24",
"version": "0.0.1-y.25",
"description": "Adsum Clock Component",

@@ -5,0 +5,0 @@ "main": "index.js",

# Clock component
## Demo
[Example here](https://adactivesas.github.io/adsum-react-components/packages/adsum-clock/examples/index.html)
## Getting started
```javascript
npm i --save-dev @adactive/arc-clock
```
OR
```javascript
yarn add --dev @adactive/arc-clock
```
```javascript
import AdsumClock from "@adactive/arc-clock"

@@ -8,0 +20,0 @@ ...

@@ -90,3 +90,3 @@ import React, { Component } from 'react';

return (
<div role="presentation" className="adsum-clock-wrapper" style={this.props.style ? this.props.style : null}>
<div role="presentation" className="adsum-clock-wrapper">
<div className="adsum-clock">

@@ -93,0 +93,0 @@ <div className="day-date">{this.state.date}</div>

Sorry, the diff of this file is not supported yet

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