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

@firestitch/analytics

Package Overview
Dependencies
Maintainers
7
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firestitch/analytics - npm Package Compare versions

Comparing version 12.3.12 to 13.0.0

esm2020/app/directives/analytics/analytics.directive.mjs

3

app/providers/klaviyo.d.ts

@@ -1,5 +0,6 @@

import { PurchaseEvent } from "../interfaces";
import { PurchaseEvent } from '../interfaces';
import { Provider } from "./provider";
export declare class KlaviyoProvider extends Provider {
init(): void;
get klaviyo(): any;
trackPage(path: string): void;

@@ -6,0 +7,0 @@ purchase(data: PurchaseEvent): void;

{
"name": "@firestitch/analytics",
"version": "12.3.12",
"version": "13.0.0",
"repository": {

@@ -20,8 +20,21 @@ "type": "git",

"sideEffects": false,
"main": "bundles/firestitch-analytics.umd.js",
"module": "fesm2015/firestitch-analytics.js",
"es2015": "fesm2015/firestitch-analytics.js",
"esm2015": "esm2015/firestitch-analytics.js",
"fesm2015": "fesm2015/firestitch-analytics.js",
"typings": "firestitch-analytics.d.ts"
"module": "fesm2015/firestitch-analytics.mjs",
"es2020": "fesm2020/firestitch-analytics.mjs",
"esm2020": "esm2020/firestitch-analytics.mjs",
"fesm2020": "fesm2020/firestitch-analytics.mjs",
"fesm2015": "fesm2015/firestitch-analytics.mjs",
"typings": "firestitch-analytics.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./firestitch-analytics.d.ts",
"esm2020": "./esm2020/firestitch-analytics.mjs",
"es2020": "./fesm2020/firestitch-analytics.mjs",
"es2015": "./fesm2015/firestitch-analytics.mjs",
"node": "./fesm2015/firestitch-analytics.mjs",
"default": "./fesm2020/firestitch-analytics.mjs"
}
}
}
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