monotonic-timestamp
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -33,3 +33,3 @@ // If `Date.now()` is invoked twice quickly, it's possible to get two | ||
do { | ||
adjusted = time + (_count++ / (_count + 999)) | ||
adjusted = time + ((_count++) / (_count + 999)) | ||
} while (adjusted === _adjusted) | ||
@@ -36,0 +36,0 @@ _adjusted = adjusted |
{ | ||
"name": "monotonic-timestamp", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"homepage": "https://github.com/dominictarr/monotonic-timestamp", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
4064