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

@internetarchive/analytics-manager

Package Overview
Dependencies
Maintainers
18
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.2 to 0.1.3-alpha.1

0

demo/app-root.ts

@@ -0,0 +0,0 @@ import { html, css, LitElement } from 'lit';

@@ -0,0 +0,0 @@ import { LitElement } from 'lit';

@@ -0,0 +0,0 @@ import { __decorate } from "tslib";

4

dist/index.d.ts

@@ -1,2 +0,2 @@

export { AnalyticsEvent, AnalyticsEventConfig, AnalyticsManager, AnalyticsManagerInterface, } from './src/analytics-manager';
export { AnalyticsHelpers, AnalyticsHelperInterface, } from './src/analytics-helpers';
export { AnalyticsEvent, AnalyticsEventConfig, AnalyticsManager, AnalyticsManagerInterface, } from './src/analytics-manager.js';
export { AnalyticsHelpers, AnalyticsHelperInterface, } from './src/analytics-helpers.js';

@@ -1,3 +0,3 @@

export { AnalyticsManager, } from './src/analytics-manager';
export { AnalyticsHelpers, } from './src/analytics-helpers';
export { AnalyticsManager, } from './src/analytics-manager.js';
export { AnalyticsHelpers, } from './src/analytics-helpers.js';
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

import type { AnalyticsManagerInterface } from './analytics-manager';
import type { AnalyticsManagerInterface } from './analytics-manager.js';
export interface AnalyticsHelperInterface {

@@ -3,0 +3,0 @@ /**

@@ -0,0 +0,0 @@ export class AnalyticsHelpers {

@@ -0,0 +0,0 @@ export declare type AnalyticsEventConfig = {

@@ -0,0 +0,0 @@ export class AnalyticsManager {

@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing';

@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing';

@@ -0,0 +0,0 @@ import type { AnalyticsEvent, AnalyticsManagerInterface } from '../src/analytics-manager';

@@ -0,0 +0,0 @@ export class MockAnalyticsManager {

@@ -6,3 +6,3 @@ export {

AnalyticsManagerInterface,
} from './src/analytics-manager';
} from './src/analytics-manager.js';

@@ -12,2 +12,2 @@ export {

AnalyticsHelperInterface,
} from './src/analytics-helpers';
} from './src/analytics-helpers.js';
{
"name": "@internetarchive/analytics-manager",
"version": "0.1.2",
"version": "0.1.3-alpha.1",
"description": "A manager for Internet Archive analytics.",

@@ -10,2 +10,3 @@ "author": "Internet Archive",

"types": "dist/index.d.ts",
"type": "module",
"publishConfig": {

@@ -12,0 +13,0 @@ "access": "public"

@@ -0,0 +0,0 @@ ![Build Status](https://github.com/internetarchive/iaux-analytics-manager/actions/workflows/ci.yml/badge.svg)

/* eslint-disable class-methods-use-this */
import type { AnalyticsManagerInterface } from './analytics-manager';
import type { AnalyticsManagerInterface } from './analytics-manager.js';

@@ -4,0 +4,0 @@ export interface AnalyticsHelperInterface {

@@ -0,0 +0,0 @@ export type AnalyticsEventConfig = {

@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing';

@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing';

@@ -0,0 +0,0 @@ import type {

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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