is-node-process is a small utility that reliably checks whether code is running in a Node.js environment, returning true or false. It is useful for detecting Node.js correctly in browser-like setups such as JSDOM, as well as in environments like Electron and React Native that may otherwise confuse simple checks.
Project status
- Maintenance status: The source shows evidence of updates in March 2023 (latest known push 2023-03-23), but there is no evidence of further ongoing activity beyond that point, so it may be in a quieter maintenance state rather than actively evolving.
- Update cadence: The recent history indicates at least two updates close together on 2023-03-23 (v1.1.0 and v1.2.0), but the evidence only covers that narrow window, so longer-term cadence cannot be confirmed.
AI summary generated Today
Recent updates
v1.2.0
3/23/2023v1.2.0 primarily changes how the package is built and published so it can be consumed as both ESM and CJS. The release notes only call out ESM distribution, but the diff also modifies package export resolution and the publish pipeline behavior.
Featuresv1.1.0
3/23/2023Release v1.1.0 updates the project to support a new Electron version. This is primarily an environment compatibility change and may affect users running Electron-based setups when upgrading.
Features