Socket
Socket
Sign inDemoInstall

@astrojs/telemetry

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/telemetry - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

dist/config-keys.d.ts

6

package.json
{
"name": "@astrojs/telemetry",
"version": "3.0.1",
"version": "3.0.2",
"type": "module",
"types": "./dist/types/index.d.ts",
"types": "./dist/index.d.ts",
"author": "withastro",

@@ -17,3 +17,3 @@ "license": "MIT",

".": {
"types": "./dist/types/index.d.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"

@@ -20,0 +20,0 @@ },

# Astro Telemetry
This package is used to collect anonymous telemetry data within the Astro CLI. It is enabled by default. Telemetry data does not contain any personal identifying information and can be disabled via:
This package is used to collect anonymous telemetry data within the Astro CLI.
It can be disabled in Astro using either method documented below:
```shell
# Option 1: Run this to disable telemetry globally across your entire machine.
astro telemetry disable
```
See the [CLI documentation](https://docs.astro.build/en/reference/cli-reference/#astro-telemetry) for more options on configuration telemetry.
```shell
# Option 2: The ASTRO_TELEMETRY_DISABLED environment variable disables telemetry when set.
ASTRO_TELEMETRY_DISABLED=1 astro dev
```
Visit https://astro.build/telemetry/ for more information about our approach to anonymous telemetry in Astro.
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc