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

famous-metrics

Package Overview
Dependencies
Maintainers
1
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.1 to 0.0.2

2

index.js

@@ -28,3 +28,2 @@ var mixpanelId = '1ca6a3146db8e6b46af00d0ce399260e ';

}
console.log(config);
fs.writeFile(path.join(osenv.home(), '.famousrc'), JSON.stringify(config, undefined, 2), cb);

@@ -45,3 +44,2 @@ };

data.distinct_id = config.unique_id;
console.log(data);
mixpanel.track(event, data, cb);

@@ -48,0 +46,0 @@ } else {

2

package.json
{
"name": "famous-metrics",
"version": "0.0.1",
"version": "0.0.2",
"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