Security News
npm Updates Search Experience with New Objective Sorting Options
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
@types/is-ci
Advanced tools
TypeScript definitions for is-ci
@types/is-ci is a TypeScript type definition package for the is-ci library, which is used to detect if a code is running in a Continuous Integration (CI) environment.
Detect if running in CI
This feature allows you to check if your code is running in a CI environment. The isCI variable will be true if the code is running in a CI environment, and false otherwise.
const isCI = require('is-ci');
if (isCI) {
console.log('Running in a CI environment');
} else {
console.log('Not running in a CI environment');
}
List of CI environments
This feature provides additional information about the CI environment, such as whether it is a CI environment and the name of the CI service.
const isCI = require('is-ci');
console.log(isCI.isCI); // true or false
console.log(isCI.name); // Name of the CI environment, e.g., 'Travis CI'
ci-info is a library that provides information about the current Continuous Integration environment. It offers more detailed information compared to is-ci, such as the name of the CI service and whether it is a known CI service.
env-ci is a library that detects the CI environment and provides detailed information about it, including the branch name, commit SHA, and other environment-specific details. It is more comprehensive than is-ci and is useful for more complex CI/CD workflows.
npm install --save @types/is-ci
This package contains type definitions for is-ci (https://github.com/watson/is-ci).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-ci.
import { isCI } from "ci-info";
export = isCI;
These definitions were written by Arne Schubert, and Florian Imdahl.
FAQs
TypeScript definitions for is-ci
We found that @types/is-ci demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm has a revamped search experience with new, more transparent sorting options—Relevance, Downloads, Dependents, and Publish Date.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.