Socket
Socket
Sign inDemoInstall

tick-tock

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

.travis.yml

11

package.json
{
"name": "tick-tock",
"version": "0.0.1",
"description": "Timer management",
"version": "0.0.2",
"description": "Timer management, never forget to clear timers again",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --ui bdd test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js"
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --ui bdd test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --ui bdd test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/unshiftio/tick-tock"
},
"keywords": [

@@ -11,0 +16,0 @@ "timer",

# tick-tock
[![Build Status](https://travis-ci.org/unshiftio/tick-tock.svg?branch=master)](https://travis-ci.org/unshiftio/tick-tock)
[![NPM version](https://badge.fury.io/js/tick-tock.svg)](http://badge.fury.io/js/tick-tock)
[![Coverage Status](https://img.shields.io/coveralls/unshiftio/tick-tock.svg)](https://coveralls.io/r/unshiftio/tick-tock?branch=master)
`tick-tock` is a small timer and `setTimeout` management library. Nothing to

@@ -4,0 +8,0 @@ fancy, but fancy enough to make your code more readable.

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc