interval-jitter
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2019 Anton Bagdatyev | ||
Copyright (c) 2020 Anton Bagdatyev | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person |
{ | ||
"name": "interval-jitter", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "An interval jitter which executes a callback at random time intervals between a minimum and a maximum delay.", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"main": "./dist/interval-jitter.js", | ||
"module": "./src/index.js", | ||
@@ -34,3 +34,2 @@ "repository": { | ||
"typescript": "^3.7.3", | ||
"uglifyjs-webpack-plugin": "^2.2.0", | ||
"webpack": "^4.41.2", | ||
@@ -37,0 +36,0 @@ "webpack-cli": "^3.3.10" |
/* | ||
* Copyright (c) 2019 Anton Bagdatyev (Tonix-Tuft) | ||
* Copyright (c) 2020 Anton Bagdatyev (Tonix-Tuft) | ||
* | ||
@@ -4,0 +4,0 @@ * Permission is hereby granted, free of charge, to any person |
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
8
10999