New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cmpsr/analytics

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmpsr/analytics - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1-canary-20240723163306

2

lib/integrations/amplitude/Amplitude.js

@@ -131,3 +131,3 @@ "use strict";

var amplitude = window.amplitude;
var event = new amplitude.revenue().setPrice(price).setQuantity(quantity).setRevenueType(type);
var event = new amplitude.Revenue().setPrice(price).setQuantity(quantity).setRevenueType(type);
amplitude.revenue(event);

@@ -134,0 +134,0 @@ });

@@ -10,3 +10,3 @@ {

},
"version": "0.4.0",
"version": "0.4.1-canary-20240723163306",
"author": "Steve Cox <stevejcox@me.com>",

@@ -13,0 +13,0 @@ "license": "MIT",

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