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
6
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.2.7

dist/module.d.mts

2

dist/module.d.ts

@@ -31,2 +31,2 @@ import * as _nuxt_schema from '@nuxt/schema';

export { ModuleOptions, _default as default };
export { type ModuleOptions, _default as default };

@@ -7,3 +7,3 @@ {

},
"version": "0.2.5"
"version": "0.2.6"
}
declare global {
interface Window {
dataLayer?: any[];
dataLayer?: unknown[];
}

@@ -5,0 +5,0 @@ }

import { ModuleOptions } from './module'
import type { ModuleOptions } from './module'
declare module '@nuxt/schema' {

@@ -15,2 +16,2 @@ interface NuxtConfig { ['webVitals']?: Partial<ModuleOptions> }

export { ModuleOptions, default } from './module'
export type { ModuleOptions, default } from './module'
{
"name": "@nuxtjs/web-vitals",
"version": "0.2.6",
"version": "0.2.7",
"description": "Web Vitals for Nuxt.js",

@@ -16,3 +16,4 @@ "keywords": [

"lcp",
"ttfb"
"ttfb",
"inp"
],

@@ -35,3 +36,3 @@ "repository": "nuxt-modules/web-vitals",

"dev:build": "nuxt build playground",
"lint": "eslint --ext .ts .",
"lint": "eslint .",
"release": "pnpm test && pnpm build && standard-version && npm publish && git push --follow-tags",

@@ -41,15 +42,15 @@ "test": "pnpm lint"

"dependencies": {
"@nuxt/kit": "^3.5.0",
"defu": "^6.1.2",
"pathe": "^1.1.0",
"ufo": "^1.1.2",
"web-vitals": "^3.3.1"
"@nuxt/kit": "^3.11.2",
"defu": "^6.1.4",
"pathe": "^1.1.2",
"ufo": "^1.5.3",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@nuxt/module-builder": "^0.3.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint": "^8.40.0",
"nuxt": "^3.5.0",
"@nuxt/module-builder": "^0.5.5",
"eslint": "^9.1.1",
"nuxt": "^3.11.2",
"standard-version": "^9.5.0",
"typescript": "^5.0.4"
"typescript": "^5.4.5",
"@nuxt/eslint-config": "^0.3.9"
},

@@ -56,0 +57,0 @@ "resolutions": {

@@ -12,7 +12,3 @@ # Nuxt Web Vitals

```bash
# yarn
yarn add --dev @nuxtjs/web-vitals
# npm
npm install --save-dev @nuxtjs/web-vitals
npx nuxi@latest module add web-vitals
```

@@ -19,0 +15,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet