detritus-utils
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,5 +5,5 @@ "use strict"; | ||
URL: 'https://github.com/detritusjs/utils', | ||
VERSION: '0.1.0', | ||
VERSION: '0.1.1', | ||
}); | ||
exports.DISCORD_SNOWFLAKE_EPOCH = 1420070400000; | ||
exports.DISCORD_TOKEN_EPOCH = 1293840000000; |
@@ -30,3 +30,3 @@ "use strict"; | ||
start(milliseconds, handler, override = true) { | ||
if (this.hasStarted && override) { | ||
if (!this.hasStarted || override) { | ||
this.stop(); | ||
@@ -33,0 +33,0 @@ this.reference = setTimeout(() => { |
{ | ||
"name": "detritus-utils", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Detritus Utils", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9103
0