Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d912da

Browse files
lukekarryswraithgar
andcommitted
Update content/packages-and-modules/securing-your-code/verifying-the-pgp-signature-for-a-package-from-the-npm-public-registry.mdx
Co-authored-by: Gar <[email protected]>
1 parent 6860f06 commit 2d912da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/packages-and-modules/securing-your-code/verifying-the-pgp-signature-for-a-package-from-the-npm-public-registry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To ensure the integrity of a package version you download from the npm public re
3434
2. Get the integrity field for that version (example below includes response):
3535

3636
```
37-
npm view [email protected] --json | npm exec json ".dist.integrity"
37+
npm view [email protected] dist.integrity
3838
```
3939

4040
Example response:

0 commit comments

Comments
 (0)