Socket
Socket
Sign inDemoInstall

is-ci

Package Overview
Dependencies
1
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

.github/workflows/tests.yml

8

CHANGELOG.md
# Changelog
## v3.0.0
Breaking changes:
- update to `ci-info` v3. This drops support for EOL node versions 6, 13
## v2.0.0

@@ -7,3 +13,3 @@

* Drop support for Node.js end-of-life versions: 0.10, 0.12, 4, 5, 7,
- Drop support for Node.js end-of-life versions: 0.10, 0.12, 4, 5, 7,
and 9

@@ -10,0 +16,0 @@

36

package.json
{
"name": "is-ci",
"version": "2.0.0",
"version": "3.0.0",
"description": "Detect if the current environment is a CI server",
"bin": "bin.js",
"main": "index.js",
"dependencies": {
"ci-info": "^2.0.0"
},
"devDependencies": {
"clear-module": "^3.0.0",
"standard": "^12.0.1"
},
"scripts": {
"test": "standard && node test.js"
},
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"repository": {

@@ -21,2 +13,6 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/watson/is-ci/issues"
},
"homepage": "https://github.com/watson/is-ci",
"keywords": [

@@ -29,12 +25,16 @@ "ci",

],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/is-ci/issues"
},
"homepage": "https://github.com/watson/is-ci",
"coordinates": [
55.778272,
12.593116
]
],
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {
"ci-info": "^3.1.1"
},
"devDependencies": {
"clear-module": "^4.1.1",
"standard": "^16.0.3"
}
}

@@ -10,3 +10,3 @@ # is-ci

[![npm](https://img.shields.io/npm/v/is-ci.svg)](https://www.npmjs.com/package/is-ci)
[![Build status](https://travis-ci.org/watson/is-ci.svg?branch=master)](https://travis-ci.org/watson/is-ci)
[![Tests](https://github.com/watson/is-ci/workflows/Tests/badge.svg)](https://github.com/watson/is-ci/actions)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

@@ -13,0 +13,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc