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

@npmcli/ci-detect

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/ci-detect - npm Package Compare versions

Comparing version 1.4.0 to 2.0.0

lib/index.js

25

package.json
{
"name": "@npmcli/ci-detect",
"version": "1.4.0",
"version": "2.0.0",
"description": "Detect what kind of CI environment the program is in",
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
"author": "GitHub Inc.",
"license": "ISC",
"main": "./lib",
"scripts": {

@@ -11,3 +12,9 @@ "test": "tap",

"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
"prepublishOnly": "git push origin --follow-tags",
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"template-copy": "npm-template-copy --force",
"lintfix": "npm run lint -- --fix",
"snap": "tap",
"posttest": "npm run lint"
},

@@ -18,6 +25,8 @@ "tap": {

"devDependencies": {
"tap": "^14.10.2"
"@npmcli/template-oss": "^2.7.1",
"tap": "^15.1.6"
},
"files": [
"index.js"
"bin",
"lib"
],

@@ -27,3 +36,9 @@ "repository": {

"url": "git+https://github.com/npm/ci-detect.git"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.7.1"
}
}

1

README.md

@@ -45,2 +45,3 @@ # @npmcli/ci-detect

* `'dsari'` dsari CI
* `'screwdriver'` Screwdriver CI
* `'strider'` Strider CI

@@ -47,0 +48,0 @@ * `'taskcluster'` Mozilla Taskcluster

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