@internetarchive/analytics-manager
Advanced tools
Comparing version 0.1.3 to 0.1.4-alpha1
@@ -23,3 +23,3 @@ export class AnalyticsManager { | ||
this.NO_SAMPLING_SERVICE = 'ao_no_sampling'; | ||
this.DEFAULT_IMAGE_URL = 'https://analytics.archive.org/0.gif'; | ||
this.DEFAULT_IMAGE_URL = 'https://athena.archive.org/0.gif'; | ||
this.defaultService = (_a = options === null || options === void 0 ? void 0 : options.defaultService) !== null && _a !== void 0 ? _a : this.DEFAULT_SERVICE; | ||
@@ -26,0 +26,0 @@ this.imageUrl = (_b = options === null || options === void 0 ? void 0 : options.imageUrl) !== null && _b !== void 0 ? _b : this.DEFAULT_IMAGE_URL; |
{ | ||
"name": "@internetarchive/analytics-manager", | ||
"version": "0.1.3", | ||
"version": "0.1.4-alpha1", | ||
"description": "A manager for Internet Archive analytics.", | ||
@@ -5,0 +5,0 @@ "author": "Internet Archive", |
@@ -79,3 +79,3 @@ export type AnalyticsEventConfig = { | ||
private readonly DEFAULT_IMAGE_URL = 'https://analytics.archive.org/0.gif'; | ||
private readonly DEFAULT_IMAGE_URL = 'https://athena.archive.org/0.gif'; | ||
@@ -82,0 +82,0 @@ private defaultService: string; |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
126831