@nuxt/telemetry
Advanced tools
Comparing version 2.5.0 to 2.5.1
{ | ||
"name": "@nuxt/telemetry", | ||
"configKey": "telemetry", | ||
"version": "2.5.0" | ||
"version": "2.5.1" | ||
} |
{ | ||
"name": "@nuxt/telemetry", | ||
"packageManager": "pnpm@8.7.6", | ||
"version": "2.5.0", | ||
"packageManager": "pnpm@8.8.0", | ||
"version": "2.5.1", | ||
"repository": "nuxt/telemetry", | ||
@@ -25,4 +25,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxt/kit": "^3.7.3", | ||
"chalk": "^5.3.0", | ||
"@nuxt/kit": "^3.7.4", | ||
"ci-info": "^3.8.0", | ||
@@ -34,3 +33,2 @@ "consola": "^3.2.3", | ||
"dotenv": "^16.3.1", | ||
"fs-extra": "^11.1.1", | ||
"git-url-parse": "^13.1.0", | ||
@@ -41,3 +39,2 @@ "is-docker": "^3.0.0", | ||
"nanoid": "^4.0.2", | ||
"node-fetch": "^3.3.2", | ||
"ofetch": "^1.3.3", | ||
@@ -50,18 +47,17 @@ "parse-git-config": "^3.0.0", | ||
"devDependencies": { | ||
"@nuxt/module-builder": "^0.5.1", | ||
"@nuxt/test-utils": "^3.7.3", | ||
"@nuxt/module-builder": "^0.5.2", | ||
"@nuxt/test-utils": "^3.7.4", | ||
"@nuxtjs/eslint-config-typescript": "^12.1.0", | ||
"@types/fs-extra": "^11.0.2", | ||
"@vitest/coverage-v8": "^0.34.4", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"changelogen": "^0.5.5", | ||
"eslint": "^8.49.0", | ||
"nuxt": "^3.7.3", | ||
"vitest": "^0.34.4" | ||
"eslint": "^8.50.0", | ||
"nuxt": "^3.7.4", | ||
"vitest": "^0.34.6" | ||
}, | ||
"scripts": { | ||
"build": "nuxt-module-build", | ||
"build": "nuxt-module-build build", | ||
"dev": "NUXT_TELEMETRY_DEBUG=1 nuxi dev playground", | ||
"dev:build": "NUXT_TELEMETRY_DEBUG=1 nuxi build playground", | ||
"dev:generate": "NUXT_TELEMETRY_DEBUG=1 nuxi build playground", | ||
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", | ||
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", | ||
"lint": "eslint --ext .ts,.js,.vue .", | ||
@@ -68,0 +64,0 @@ "nuxt-telemetry": "jiti ./src/cli.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
17
8
26313
- Removedchalk@^5.3.0
- Removedfs-extra@^11.1.1
- Removednode-fetch@^3.3.2
- Removedchalk@5.3.0(transitive)
- Removeddata-uri-to-buffer@4.0.1(transitive)
- Removedfetch-blob@3.2.0(transitive)
- Removedformdata-polyfill@4.0.10(transitive)
- Removedfs-extra@11.2.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedjsonfile@6.1.0(transitive)
- Removednode-domexception@1.0.0(transitive)
- Removednode-fetch@3.3.2(transitive)
- Removeduniversalify@2.0.1(transitive)
- Removedweb-streams-polyfill@3.3.3(transitive)
Updated@nuxt/kit@^3.7.4