@npmcli/ci-detect
Advanced tools
Comparing version 1.4.0 to 2.0.0
{ | ||
"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" | ||
} | ||
} |
@@ -45,2 +45,3 @@ # @npmcli/ci-detect | ||
* `'dsari'` dsari CI | ||
* `'screwdriver'` Screwdriver CI | ||
* `'strider'` Strider CI | ||
@@ -47,0 +48,0 @@ * `'taskcluster'` Mozilla Taskcluster |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7028
51
88
0
2