dynamic-timer
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "dynamic-timer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Schedule execution of a one-time callback after delay milliseconds, automatic, intelligence and without bothering, the delay is calculated from different algorithms, e.g.: Lucas Sequence, Fibonacci Sequence, DaYan Series and Arithmetic Procession.", | ||
@@ -15,2 +15,3 @@ "main": "lib/timer.js", | ||
"timer", | ||
"setTimeout", | ||
"intelligence", | ||
@@ -17,0 +18,0 @@ "dynamic" |
@@ -14,8 +14,8 @@ dynamic-timer [![NPM version](https://badge.fury.io/js/dynamic-timer.svg)](http://badge.fury.io/js/dynamic-timer) [![Build Status](https://travis-ci.org/Tjatse/dynamic-timer.svg?branch=master)](https://travis-ci.org/Tjatse/node-readability) | ||
## Guide | ||
- [Usage](#Usage) | ||
- [Events](#Events) | ||
- [Methods](#Methods) | ||
- [Properties](#Properties) | ||
- [Example](#Example) | ||
- [Test](#Test) | ||
- [Usage](#usage) | ||
- [Events](#events) | ||
- [Methods](#methods) | ||
- [Properties](#properties) | ||
- [Example](#example) | ||
- [Test](#test) | ||
@@ -22,0 +22,0 @@ ## Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16692