| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e355604 commit f9d0cce
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1683,7 +1683,9 @@ added: v0.2.0 | |||
| 1683 | 1683 | * {Object} | |
| 1684 | 1684 | ||
| 1685 | 1685 | The `process.versions` property returns an object listing the version strings of | |
| 1686 | - Node.js and its dependencies. | ||
| 1686 | + Node.js and its dependencies. In addition, `process.versions.modules` indicates | ||
| 1687 | + the current ABI version, which is increased whenever a C++ API changes. Node.js | ||
| 1688 | + will refuse to load native modules built for an older `modules` value. | ||
| 1687 | 1689 | ||
| 1688 | 1690 | ```js | |
| 1689 | 1691 | console.log(process.versions); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments