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

@internetarchive/analytics-manager

Package Overview
Dependencies
Maintainers
13
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@internetarchive/analytics-manager - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4-alpha1

2

dist/src/analytics-manager.js

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

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