Socket
Socket
Sign inDemoInstall

@nuxt/telemetry

Package Overview
Dependencies
182
Maintainers
6
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.2 to 2.5.3

2

dist/module.json
{
"name": "@nuxt/telemetry",
"configKey": "telemetry",
"version": "2.5.2"
"version": "2.5.3"
}
import { ModuleOptions } from './module'
import type { ModuleOptions } from './module'
declare module '@nuxt/schema' {

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

export { ModuleOptions, default } from './module'
export type { ModuleOptions, default } from './module'
{
"name": "@nuxt/telemetry",
"packageManager": "pnpm@8.8.0",
"version": "2.5.2",
"packageManager": "pnpm@8.10.5",
"version": "2.5.3",
"repository": "nuxt/telemetry",

@@ -25,12 +25,12 @@ "license": "MIT",

"dependencies": {
"@nuxt/kit": "^3.7.4",
"ci-info": "^3.8.0",
"@nuxt/kit": "^3.8.2",
"ci-info": "^4.0.0",
"consola": "^3.2.3",
"create-require": "^1.1.1",
"defu": "^6.1.2",
"destr": "^2.0.1",
"defu": "^6.1.3",
"destr": "^2.0.2",
"dotenv": "^16.3.1",
"git-url-parse": "^13.1.0",
"git-url-parse": "^13.1.1",
"is-docker": "^3.0.0",
"jiti": "^1.20.0",
"jiti": "^1.21.0",
"mri": "^1.2.0",

@@ -42,17 +42,17 @@ "nanoid": "^4.0.2",

"rc9": "^2.1.1",
"std-env": "^3.4.3"
"std-env": "^3.5.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.2",
"@nuxt/test-utils": "^3.7.4",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/test-utils": "^3.8.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/git-url-parse": "^9.0.1",
"@types/parse-git-config": "^3.0.2",
"@types/git-url-parse": "^9.0.3",
"@types/parse-git-config": "^3.0.4",
"@vitest/coverage-v8": "^0.34.6",
"changelogen": "^0.5.5",
"eslint": "^8.50.0",
"nuxt": "^3.7.4",
"typescript": "^5.2.2",
"eslint": "^8.54.0",
"nuxt": "^3.8.2",
"typescript": "^5.3.2",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.15"
"vue-tsc": "^1.8.22"
},

@@ -63,3 +63,3 @@ "scripts": {

"dev:build": "NUXT_TELEMETRY_DEBUG=1 nuxi build playground",
"dev:generate": "NUXT_TELEMETRY_DEBUG=1 nuxi build playground",
"dev:generate": "NUXT_TELEMETRY_DEBUG=1 nuxi generate playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",

@@ -66,0 +66,0 @@ "lint": "eslint --ext .ts,.js,.vue .",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc