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

@aller/blink-labrador

Package Overview
Dependencies
Maintainers
11
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aller/blink-labrador - npm Package Compare versions

Comparing version 8.24.14-alpha.0 to 8.24.15-alpha.0

6

lib/main.js

@@ -210,7 +210,6 @@ "use strict";

var webVitals = vitalsTracker.getAllMetrics();
var now = performance.now() || 0;
var now = Math.ceil(performance.now()) || 0;
window.setTimeout(function () {
if (webVitals) {
webVitals.visitDurationAtSend = now;
console.log(webVitals);
_this_1.blink.webVitals({ webVitals: webVitals });

@@ -224,4 +223,3 @@ // start another measurement for sending with the hidden state

if (webVitals) {
webVitals.visitDurationAtSend = performance.now() || 0;
console.log(webVitals);
webVitals.visitDurationAtSend = Math.ceil(performance.now()) || 0;
_this_1.blink.webVitals({ webVitals: webVitals });

@@ -228,0 +226,0 @@ }

{
"name": "@aller/blink-labrador",
"version": "8.24.14-alpha.0",
"version": "8.24.15-alpha.0",
"description": "Library for using blink on Labrador",

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

"dependencies": {
"@aller/blink": "^8.24.14-alpha.0",
"@aller/blink": "^8.24.15-alpha.0",
"@soldotno/aller-in-view": "^3.0.2",

@@ -96,3 +96,3 @@ "react": "^16.11.0",

},
"gitHead": "d5f7e2f1432a4d713ea8eac2ff5d20369ca25528"
"gitHead": "22963797ddaf5ce082938b2d64e82a5ffcbd984e"
}

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