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

famous-metrics

Package Overview
Dependencies
Maintainers
2
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.0.7 to 0.0.8

5

index.js

@@ -25,6 +25,3 @@ 'use strict';

if (email === '') {
email = osenv.hostname();
if (typeof email === undefined) {
email = Math.floor(Date.now() * Math.random());
}
email = Math.floor(Date.now() * Math.random());
}

@@ -31,0 +28,0 @@ config.unique_id = crypto.createHash('sha256').update(email).digest('base64');

2

package.json
{
"name": "famous-metrics",
"version": "0.0.7",
"version": "0.0.8",
"description": "Metrics collection for Famous Tools",

@@ -5,0 +5,0 @@ "main": "index.js",

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