New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

super-easy-timer

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

super-easy-timer

This timer can count down to 60 minutes.

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

super-easy-timer

super-easy-timer는 카운트다운 타이머를 웹페이지에서 사용할 수 있게 해주는 모듈입니다.

스크린샷 2021-01-14 20 59 01

스크린샷 2021-01-14 20 58 28

Features

  • JavaScript DOM API와 TypeScript를 사용하여 만든 타이머 입니다.
  • 한 페이지 안에 여러 타이머를 사용할 수 있습니다.
  • 무거운 다른 작업과 사용시에도 오차가 없습니다.
  • 컨테이너 크기에 따라 적절하게 사이즈 조절이 가능합니다.

Installing

Using npm:

$ npm install super-easy-timer

Using yarn

$ yarn add super-easy-timer


Example

Basic use

<!-- index.html -->

<div id="root"></div>
// index.js

import Timer from 'super-easy-timer';
import 'super-easy-timer/dist/super-easy-timer.min.css';

const root = document.getElementById('root');
const timer = new Timer(root);


StackBlitz

StackBlitz Example

Keywords

timer

FAQs

Package last updated on 15 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts