Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "cooljs", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "cooljs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
export const getCurrentTime = () => (performance.now() * 1000) | ||
export const getCurrentTime = () => (performance.now()) | ||
@@ -3,0 +3,0 @@ export const random = (min, max) => (Math.random() * (max - min)) + min |
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
17082