@cx-cli/core
Advanced tools
| export function test1() { | ||
| console.log("test1"); | ||
| } | ||
| export default function test2() { | ||
| console.log("test2"); | ||
| } |
+13
-24
| { | ||
| "name": "@cx-cli/core", | ||
| "version": "2.0.0", | ||
| "description": "> TODO: description", | ||
| "author": "OF3674 <597219320@qq.com>", | ||
| "homepage": "https://github.com/nanianlisao/ci_cd#readme", | ||
| "license": "ISC", | ||
| "main": "lib/core.js", | ||
| "directories": { | ||
| "lib": "lib", | ||
| "test": "__tests__" | ||
| }, | ||
| "files": [ | ||
| "lib" | ||
| ], | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/nanianlisao/ci_cd.git" | ||
| }, | ||
| "version": "2.0.1", | ||
| "description": "", | ||
| "type": "module", | ||
| "exports": "./src/index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: run tests from root\" && exit 1" | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/nanianlisao/ci_cd/issues" | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "@cx-cli/utils": "^1.0.5" | ||
| }, | ||
| "gitHead": "a6bf905027e46f5412342c1d1b839644770adddf" | ||
| "peerDependencies": { | ||
| "@cx-cli/core": ">= 1" | ||
| } | ||
| } |
| "use strict"; | ||
| module.exports = core; | ||
| function core() { | ||
| console.log("core"); | ||
| } |
-11
| # `core` | ||
| > TODO: description | ||
| ## Usage | ||
| ``` | ||
| const core = require('core'); | ||
| // TODO: DEMONSTRATE API | ||
| ``` |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
No website
QualityPackage does not have a website.
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
6
20%Yes
NaN479
-45.51%2
Infinity%2
-33.33%2
100%2
100%2
100%0
-100%1
Infinity%+ Added
+ Added