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
1
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 5.0.0-next.1 to 5.0.0-next.2

4

lib/ngx-matomo-providers.d.ts

@@ -11,5 +11,9 @@ import { EnvironmentProviders, Provider, Type } from '@angular/core';

export declare const enum MatomoFeatureKind {
/** @see withScriptFactory */
ScriptFactory = 0,
/** @see withRouter */
Router = 1,
/** @see withRouterInterceptors */
RouterInterceptors = 2,
/** @see withRouteData */
BuiltInRouteDataInterceptor = 3

@@ -16,0 +20,0 @@ }

2

package.json
{
"name": "ngx-matomo-client",
"version": "5.0.0-next.1",
"version": "5.0.0-next.2",
"author": "Emmanuel Roux (https://github.com/EmmanuelRoux)",

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

export { NgxMatomoModule, NgxMatomoTrackerModule } from './lib/ngx-matomo.module';
export { provideMatomo, withScriptFactory, withRouter, withRouterInterceptors, } from './lib/ngx-matomo-providers';
export { MatomoTracker, MatomoECommerceItem, MatomoECommerceView, MatomoECommerceItemView, MatomoECommerceCategoryView, } from './lib/tracker/matomo-tracker.service';
export { provideMatomo, withScriptFactory, withRouter, withRouterInterceptors, withRouteData, MatomoFeatureKind, MatomoFeature, } from './lib/ngx-matomo-providers';
export { MatomoTracker, MatomoECommerceItem, MatomoECommerceView, MatomoECommerceItemView, MatomoECommerceCategoryView, PagePerformanceTimings, } from './lib/tracker/matomo-tracker.service';
export { MatomoInitializerService } from './lib/tracker/matomo-initializer.service';

@@ -5,0 +5,0 @@ export { MatomoConfiguration, MATOMO_CONFIGURATION, AutoMatomoConfiguration, MatomoInitializationMode, MatomoConsentMode, InternalMatomoConfiguration, INTERNAL_MATOMO_CONFIGURATION, } from './lib/tracker/configuration';

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

export declare const version = "^5.0.0-next.1";
export declare const version = "^5.0.0-next.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = '^5.0.0-next.1';
exports.version = '^5.0.0-next.2';
//# 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

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