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.6.0-20250124155300 to 0.6.0-20250124173330

2

lib/AnalyticsProvider.js

@@ -109,3 +109,3 @@ /* eslint-disable prefer-rest-params */ "use strict";

integrations.forEach(function(integration) {
if (disabledFunctions && disabledFunctions[integration.constructor.name].includes(func)) {
if (disabledFunctions && disabledFunctions[integration.constructor.name] && disabledFunctions[integration.constructor.name].includes(func)) {
integration[func] = function() {

@@ -112,0 +112,0 @@ return null;

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

},
"version": "0.6.0-20250124155300",
"version": "0.6.0-20250124173330",
"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