Socket
Socket
Sign inDemoInstall

kepler-companion

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kepler-companion - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

index.js

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

track(opts, timeout = 1000) {
if (!this.config.analytics.enabled) {
if (!this.config.analytics.enabled || process.env.CI) {
return;

@@ -68,0 +68,0 @@ }

{
"name": "kepler-companion",
"version": "1.0.2",
"version": "1.0.3",
"description": "Kepler analytics toolkit for client side",

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