mongodb 6.7.0-dev.20240530.sha.f56938f → 6.7.0-dev.20240608.sha.0655c730

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,6 +20,25 @@ The official [MongoDB](https://www.mongodb.com/) driver for Node.js.
20
20
  | Contributing | [CONTRIBUTING.md](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md) |
21
21
  | Changelog | [HISTORY.md](https://github.com/mongodb/node-mongodb-native/blob/HEAD/HISTORY.md) |
22
22
 
23
+
24
+
25
+ ### Release Integrity
26
+
27
+ The GitHub release contains a detached signature file for the NPM package (named
28
+ `mongodb-X.Y.Z.tgz.sig`).
29
+
30
+ The following command returns the link npm package.
31
+ ```shell
32
+ npm view mongodb@vX.Y.Z dist.tarball
33
+ ```
34
+
35
+ Using the result of the above command, a `curl` command can return the official npm package for the release.
36
+
37
+ To verify the integrity of the downloaded package, run the following command:
38
+ ```shell
39
+ gpg --verify mongodb-X.Y.Z.tgz.sig mongodb-X.Y.Z.tgz
40
+ ```
41
+
23
42
  ### Bugs / Feature Requests
24
43
 
25
44
  Think you’ve found a bug? Want to see a new feature in `node-mongodb-native`? Please open a