Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

is-ci

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-ci - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

3

index.js

@@ -5,3 +5,3 @@ 'use strict'

// Generic environment variables
process.env.CI || // Travis CI, CircleCI, ...
process.env.CI || // Travis CI, CircleCI, GitlabCI, Appveyor, CodeShip, ...
process.env.CONTINUOUS_INTEGRATION || // Travis CI, ...

@@ -18,3 +18,4 @@ process.env.BUILD_NUMBER || // Jenkins, TeamCity, ...

(process.env.TASK_ID && process.env.RUN_ID) || // TaskCluster
process.env.GO_PIPELINE_LABEL || // GoCD
false
)
{
"name": "is-ci",
"version": "1.0.7",
"version": "1.0.8",
"description": "Detect if your code is running on a CI server",

@@ -32,5 +32,5 @@ "main": "index.js",

"coordinates": [
55.6665983,
12.5798458
55.6665609,
12.5800815
]
}

@@ -28,4 +28,28 @@ # is-ci

## Supported CI tools
Officially supported CI servers:
- [Travis CI](http://travis-ci.org)
- [CircleCI](http://circleci.com)
- [Jenkins CI](https://jenkins-ci.org)
- [Hudson](http://hudson-ci.org)
- [Bamboo](https://www.atlassian.com/software/bamboo)
- [TeamCity](https://www.jetbrains.com/teamcity/)
- [Team Foundation Server](https://www.visualstudio.com/en-us/products/tfs-overview-vs.aspx)
- [Visual Studio Online CI](https://www.visualstudio.com/en-us/products/what-is-visual-studio-online-vs.aspx)
- [GitLab CI](https://about.gitlab.com/gitlab-ci/)
- [Codeship](https://codeship.com)
- [Drone.io](https://drone.io)
- [Magnum CI](https://magnum-ci.com)
- [Semaphore CI](https://semaphoreci.com)
- [AppVeyor](http://www.appveyor.com)
- [Buildkite](https://buildkite.com)
- [TaskCluster](http://docs.taskcluster.net)
- [GoCD](https://www.go.cd/)
Other CI tools using environment variables like `BUILD_ID` or `CI` would be detected as well.
## License
MIT
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc