Back to Explore

mswjs/is-node-process

GitHub
2 watchersOpen source

Last release:

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: No updates since 2023-03-23, so the source appears quiet/dormant as of 2026-09-10 and is not actively maintained based on the evidence provided.
  • Update cadence: The known updates were clustered on 2023-03-23 (v1.2.0 and v1.1.0), with the previous item much older (v1.0.1 in 2021-07-23), indicating no ongoing cadence in recent years.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.2.0

    v1.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.

    Features
  • v1.1.0

    Release 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
  • v1.0.1

    Release v1.0.1 was published, but the publisher did not provide any release notes or details about changes. No information is available here to determine whether this release includes new features, bug fixes, breaking changes, or security updates.