🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@tamagui/timer

Package Overview
Dependencies
Maintainers
1
Versions
1182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/timer

[time console output screenshot](./screen.png)!

npmnpm
Version
1.118.1
Version published
Weekly downloads
107K
-11.62%
Maintainers
1
Weekly downloads
 
Created
Source

time console output screenshot!

import { timer } from '@tamagui/timer'

const t = timer()

setTimeout(() => {
  t.print()
}, 3000)

function something() {
  const time = t.start()
  
  // do stuff...
  
  time`firstTag`

  // do stuff...
  time`second`
}

FAQs

Package last updated on 01 Dec 2024

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