Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

famous-metrics

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

famous-metrics - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc