@nuxt/telemetry
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -42,3 +42,3 @@ #!/usr/bin/env node | ||
var name = "@nuxt/telemetry"; | ||
var version = "1.3.5"; | ||
var version = "1.3.6"; | ||
@@ -409,3 +409,3 @@ function updateUserNuxtRc(key, val) { | ||
} | ||
if (stdEnv__default['default'].minimal || process.env.CODESANDBOX_SSE || isDocker__default['default']()) { | ||
if (stdEnv__default['default'].minimal || process.env.CODESANDBOX_SSE || process.env.NEXT_TELEMETRY_DISABLED || isDocker__default['default']()) { | ||
return false; | ||
@@ -412,0 +412,0 @@ } |
@@ -40,3 +40,3 @@ 'use strict'; | ||
var name = "@nuxt/telemetry"; | ||
var version = "1.3.5"; | ||
var version = "1.3.6"; | ||
@@ -407,3 +407,3 @@ function updateUserNuxtRc(key, val) { | ||
} | ||
if (stdEnv__default['default'].minimal || process.env.CODESANDBOX_SSE || isDocker__default['default']()) { | ||
if (stdEnv__default['default'].minimal || process.env.CODESANDBOX_SSE || process.env.NEXT_TELEMETRY_DISABLED || isDocker__default['default']()) { | ||
return false; | ||
@@ -410,0 +410,0 @@ } |
{ | ||
"name": "@nuxt/telemetry", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"repository": "nuxt/telemetry", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
34667
15