famous-metrics
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -25,3 +25,3 @@ 'use strict'; | ||
if (email === '') { | ||
email = Math.floor(Date.now() * Math.random()); | ||
email = Math.floor(Date.now() * Math.random()).toString(); | ||
} | ||
@@ -28,0 +28,0 @@ config.unique_id = crypto.createHash('sha256').update(email).digest('base64'); |
{ | ||
"name": "famous-metrics", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Metrics collection for Famous Tools", | ||
@@ -5,0 +5,0 @@ "main": "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
3613