Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: status
run: |
if [ -n "$(git status --porcelain)" ]; then
echo "::set-output name=has_changes::1"
echo "has_changes=1" >> $GITHUB_OUTPUT
fi
- name: Check in source updates
if: steps.status.outputs.has_changes == '1'
Expand Down
4 changes: 3 additions & 1 deletion content/policies/privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm may inadvertently collect data about you if it is included in software packa

When you use the `npm` command, the `npx` command, or other software to work with the npm public registry, an Enterprise registry that npm hosts, or private packages, npm logs data that might be identified to you:

- a random, unique identifier, called `npm-session`, for each time you run commands like `npm install`
- a random, unique transaction identifier, called `npm-session`, for each time you run commands like `npm install`

- the names and versions of your project's dependencies, their dependencies, and so on, that come from the npm public registry, [but not of other dependencies, like Git dependencies](https://docs.npmjs.com/cli/audit)

Expand All @@ -53,6 +53,8 @@ When you use the `npm` command, the `npx` command, or other software to work wit

- the scope of the package for which you ran `npm install`, as an `npm-scope` header

- an `npm-command` header, showing which npm command was run

- a `referrer` header that shows the command you ran, with any file or directory paths redacted

- data about the software you're using to access the registry, such as the `User-Agent` string
Expand Down