famous-metrics
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -32,3 +32,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
if (email === '') { | ||
email = Math.floor(Date.now() * Math.random()).toString(); | ||
email = Math.floor(Date.now() * Math.random()).toString(); | ||
} | ||
@@ -35,0 +35,0 @@ config.unique_id = crypto.createHash('sha256').update(email).digest('base64'); |
{ | ||
"name": "famous-metrics", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Metrics collection for Famous Tools", | ||
@@ -14,7 +14,7 @@ "main": "index.js", | ||
"osenv": "^0.1.0", | ||
"rc": "^0.5.1" | ||
"rc": "^0.5.4" | ||
}, | ||
"devDependencies": { | ||
"async": "^0.9.0", | ||
"eslint": "^0.8.2", | ||
"eslint": "^0.9.2", | ||
"mkdirp": "^0.5.0", | ||
@@ -21,0 +21,0 @@ "rimraf": "^2.2.8", |
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
7180
Updatedrc@^0.5.4