interval-jitter
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "interval-jitter", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "An interval jitter which executes a callback at random time intervals between a minimum and a maximum delay.", | ||
@@ -27,7 +27,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.9.0", | ||
"@typescript-eslint/parser": "^2.9.0", | ||
"@typescript-eslint/eslint-plugin": "^2.10.0", | ||
"@typescript-eslint/parser": "^2.10.0", | ||
"eslint": "^6.7.2", | ||
"terser-webpack-plugin": "^1.4.1", | ||
"typescript": "^3.7.2", | ||
"serialize-javascript": "^2.1.2", | ||
"terser-webpack-plugin": "^1.4.2", | ||
"typescript": "^3.7.3", | ||
"uglifyjs-webpack-plugin": "^2.2.0", | ||
@@ -34,0 +35,0 @@ "webpack": "^4.41.2", |
11030
9