🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

is-in-ci

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-in-ci - npm Package Compare versions

Comparing version

to
1.0.0

3

package.json
{
"name": "is-in-ci",
"version": "0.1.0",
"version": "1.0.0",
"description": "Check if the process is running in a Continuous Integration (CI) environment",

@@ -19,2 +19,3 @@ "license": "MIT",

},
"sideEffects": false,
"engines": {

@@ -21,0 +22,0 @@ "node": ">=18"

@@ -44,1 +44,2 @@ # is-in-ci

- [is-inside-container](https://github.com/sindresorhus/is-inside-container) - Check if the process is running inside a container
- [is-interactive](https://github.com/sindresorhus/is-interactive) - Check if stdout or stderr is interactive