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

@nuxtjs/web-vitals

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/web-vitals - npm Package Compare versions

Comparing version

to
0.1.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.1.4](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.3...v0.1.4) (2021-02-25)
### Bug Fixes
* **utils:** remove send debug log (resolves [#18](https://github.com/nuxt-community/web-vitals-module/issues/18)) ([d2eabad](https://github.com/nuxt-community/web-vitals-module/commit/d2eabadb33690e1f4472ae37c4351a7747d66b69))
### [0.1.3](https://github.com/nuxt-community/web-vitals-module/compare/v0.1.2...v0.1.3) (2021-02-04)

@@ -7,0 +14,0 @@

1

dist/runtime/utils.js

@@ -22,3 +22,2 @@ export const KEY = "ga:user";

export function send(url, body) {
logDebug("Sending event:", url, body);
if (navigator.sendBeacon) {

@@ -25,0 +24,0 @@ navigator.sendBeacon(url, body);

{
"name": "@nuxtjs/web-vitals",
"version": "0.1.3",
"version": "0.1.4",
"description": "Web Vitals for Nuxt.js",

@@ -35,3 +35,3 @@ "keywords": [

"defu": "^3.2.2",
"web-vitals": "^1.0.1"
"web-vitals": "^1.1.0"
},

@@ -46,3 +46,3 @@ "devDependencies": {

"mkdist": "latest",
"nuxt-edge": "^2.15.0-26873315.0d497496",
"nuxt-edge": "^2.15.0-26889155.dd0eea40",
"siroc": "latest",

@@ -49,0 +49,0 @@ "standard-version": "latest",