set-interval
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "set-interval", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "start and clear interval without setting a variable", | ||
@@ -5,0 +5,0 @@ "main": "./src/SetInterval.js", |
# SetIntervalJS [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?hashtags=javascript&original_referer=https%3A%2F%2Fpublish.twitter.com%2F&ref_src=twsrc%5Etfw&text=No%20more%20variable%20needed%20for%20clearInterval()%20%F0%9F%91%8C%F0%9F%98%80&tw_p=tweetbutton&url=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fset-interval&via=shystrukk) # | ||
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) [![Build Status](https://travis-ci.org/shystruk/SetIntervalJS.svg?branch=master)](https://travis-ci.org/shystruk/SetIntervalJS) [![npm version](https://badge.fury.io/js/set-interval.svg)](https://badge.fury.io/js/set-interval) | ||
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) [![Build Status](https://travis-ci.org/shystruk/SetIntervalJS.svg?branch=master)](https://travis-ci.org/shystruk/SetIntervalJS) [![npm version](https://badge.fury.io/js/set-interval.svg)](https://badge.fury.io/js/set-interval) [![Known Vulnerabilities](https://snyk.io/test/github/shystruk/SetIntervalJS/badge.svg?targetFile=package.json)](https://snyk.io/test/github/shystruk/SetIntervalJS?targetFile=package.json) | ||
@@ -4,0 +4,0 @@ SetIntervalJS is a constructor which hide inside reference to setInterval() for cleaner usage. It helps to make your code cleaner and there is no need to have more variables for clearInterval() and you can clear interval anywhere you want👌. |
8241
7