You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The official [MongoDB](https://www.mongodb.com/) driver for Node.js.
4
4
5
-
**Upgrading to version 6? Take a look at our [upgrade guide here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_6.0.0.md)!**
5
+
**Upgrading to version 7? Take a look at our [upgrade guide here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES_7.0.0.md)!**
6
6
7
7
## Quick Links
8
8
@@ -16,12 +16,10 @@ The official [MongoDB](https://www.mongodb.com/) driver for Node.js.
16
16
| MongoDB Developer Center |[www.mongodb.com/developer](https://www.mongodb.com/developer/languages/javascript/)|
Releases are created automatically and signed using the [Node team's GPG key](https://pgp.mongodb.com/node-driver.asc). This applies to the git tag as well as all release packages provided as part of a GitHub release. To verify the provided packages, download the key and import it using gpg:
@@ -34,19 +32,21 @@ The GitHub release contains a detached signature file for the NPM package (named
34
32
`mongodb-X.Y.Z.tgz.sig`).
35
33
36
34
The following command returns the link npm package.
No verification is done when using npm to install the package. The contents of the Github tarball and npm's tarball are identical.
48
+
>[!Note]
49
+
> No verification is done when using npm to install the package. The contents of the Github tarball and npm's tarball are identical.
50
50
51
51
The MongoDB Node.js driver follows [semantic versioning](https://semver.org/) for its releases.
52
52
@@ -100,7 +100,7 @@ This is the lowest typescript version guaranteed to work with our driver: older
100
100
Since typescript [does not restrict breaking changes to major versions](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes), we consider this support best effort.
101
101
If you run into any unexpected compiler failures against our supported TypeScript versions, please let us know by filing an issue on our [JIRA](https://jira.mongodb.org/browse/NODE).
102
102
103
-
Additionally, our Typescript types are compatible with the ECMAScript standard for our minimum supported Node version. Currently, our Typescript targets es2023.
103
+
Additionally, our Typescript types are compatible with the ECMAScript standard for our minimum supported Node version. Currently, our Typescript targets es2023.
0 commit comments