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

ngx-matomo-client

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-matomo-client - npm Package Compare versions

Comparing version 6.4.0 to 6.4.1

1

core/private-api.d.ts

@@ -7,3 +7,2 @@ export { runOnce as ɵrunOnce } from './utils/function';

export { InternalMatomoTracker as ɵInternalMatomoTracker } from './tracker/internal-matomo-tracker.service';
export { provideTestingTracker as ɵprovideTestingTracker, MatomoTestingTracker as ɵMatomoTestingTracker, } from './testing/testing-tracker';
export { createMatomoFeature as ɵcreateMatomoFeature } from './providers';

4

core/tracker/configuration.d.ts

@@ -11,3 +11,2 @@ import { InjectionToken } from '@angular/core';

export declare const INTERNAL_MATOMO_CONFIGURATION: InjectionToken<InternalMatomoConfiguration>;
export declare function createInternalMatomoConfiguration(): InternalMatomoConfiguration;
/**

@@ -18,3 +17,2 @@ * For internal use only. Injection token for deferred {@link InternalMatomoConfiguration}.

export declare const DEFERRED_INTERNAL_MATOMO_CONFIGURATION: InjectionToken<DeferredInternalMatomoConfiguration>;
export declare function createDeferredInternalMatomoConfiguration(): DeferredInternalMatomoConfiguration;
/**

@@ -35,3 +33,3 @@ * For internal use only. Injection token for fully loaded async {@link InternalMatomoConfiguration}.

readonly configuration: Promise<InternalMatomoConfiguration>;
markReady(configuration: InternalMatomoConfiguration): void;
markReady(configuration: AutoMatomoConfiguration<'auto' | 'deferred'>): void;
}

@@ -38,0 +36,0 @@ /**

import { Getters, NonEmptyArray, PrefixedType } from '../utils/types';
import * as i0 from "@angular/core";
type ReturnType<T> = T extends (...args: any) => infer R ? R : any;
export type InternalMatomoTrackerType = Pick<InternalMatomoTracker<unknown, string>, 'get' | 'push' | 'pushFn'>;
type InternalMatomoTrackerType = Pick<InternalMatomoTracker<unknown, string>, 'get' | 'push' | 'pushFn'>;
export declare function createInternalMatomoTracker(): InternalMatomoTrackerType;

@@ -22,5 +22,3 @@ export declare class InternalMatomoTracker<MATOMO, PREFIX extends string = ''> {

pushFn<T>(_: (matomo: PrefixedType<MATOMO, PREFIX>) => T): Promise<T>;
static ɵfac: i0.ɵɵFactoryDeclaration<NoopMatomoTracker<any, any>, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NoopMatomoTracker<any, any>>;
}
export {};
{
"name": "ngx-matomo-client",
"version": "6.4.0",
"version": "6.4.1",
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",

@@ -5,0 +5,0 @@ "description": "Matomo (fka. Piwik) client for Angular applications",

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

export declare const version = "^6.4.0";
export declare const version = "^6.4.1";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '^6.4.0';
exports.version = '^6.4.1';
//# sourceMappingURL=version.js.map

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

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