Socket
Socket
Sign inDemoInstall

@aller/blink

Package Overview
Dependencies
Maintainers
11
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aller/blink - npm Package Compare versions

Comparing version 8.25.2-alpha.0 to 8.25.3-alpha.0

2

lib/config/config.d.ts

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

export declare const VERSION = "8.25.2-alpha.0";
export declare const VERSION = "8.25.3-alpha.0";
/**

@@ -3,0 +3,0 @@ * The minimum waiting time between each sending of active time events

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ACTIVE_TIME_INITIAL_MOBILE = exports.ACTIVE_TIME_WAIT = exports.VERSION = void 0;
exports.VERSION = '8.25.2-alpha.0';
exports.VERSION = '8.25.3-alpha.0';
/**

@@ -6,0 +6,0 @@ * The minimum waiting time between each sending of active time events

{
"name": "@aller/blink",
"version": "8.25.2-alpha.0",
"version": "8.25.3-alpha.0",
"description": "A library for tracking user behaviour.",

@@ -69,3 +69,3 @@ "main": "lib/main.js",

},
"gitHead": "79d4449ba1efec5e1f53506bb99889d6a360e0c2"
"gitHead": "fb98c6c6afa5646628edd6d7972d95226ee3bd8b"
}

@@ -30,2 +30,3 @@ <p align="center">

- TCF consent change tracking
- [Chrome Web Vitals](https://web.dev/articles/vitals) tracking

@@ -79,2 +80,27 @@ In addition, we expose one custom tracker type to fill miscellaneous needs.

// tracking web vitals (chromium specific api for now)
blink.trackChromeWebVitals({
CLS: {
value: 10,
attribution: "domel>h1"
},
TTFB: {
value: 111
},
LCP: {
value: 10,
attribution: "domel>h1"
},
INP: {
value: 111
},
FCP: {
value: 111
},
FID: {
value: 111
},
visitDurationAtSend: 2021
})
// Track tcf consent

@@ -81,0 +107,0 @@ blink.consent({

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

export const VERSION = '8.25.2-alpha.0';
export const VERSION = '8.25.3-alpha.0';

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

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