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

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.3 to 1.0.4

2

index.d.ts

@@ -19,3 +19,3 @@ export declare type KeplerCompanionConfiguration = {

tags?: {
[key: string]: string;
[key: string]: any;
};

@@ -22,0 +22,0 @@ };

@@ -65,5 +65,9 @@ "use strict";

track(opts, timeout = 1000) {
if (!this.config.analytics.enabled || process.env.CI) {
if (!this.config.analytics.enabled) {
return;
}
if (process.env.CI) {
opts.tags = opts.tags || {};
opts.tags.ci = true;
}
const innerTrack = this._track.bind(this);

@@ -70,0 +74,0 @@ return Promise.race([

{
"name": "kepler-companion",
"version": "1.0.3",
"version": "1.0.4",
"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