@jenkin-cli-dev/core
Advanced tools
+2
-1
| #! /usr/bin/env node | ||
| const cli = require('@jenkin-cli-dev/utils'); | ||
| cli(); | ||
| console.log('hello jenkin-cli'); |
+1
-0
@@ -7,2 +7,3 @@ 'use strict'; | ||
| // TODO | ||
| console.log('core'); | ||
| } |
+4
-4
| { | ||
| "name": "@jenkin-cli-dev/core", | ||
| "version": "1.0.3", | ||
| "version": "1.0.6", | ||
| "description": "jenkin-cli-dev core", | ||
@@ -20,8 +20,8 @@ "author": "Jenkin <jiancunge.com@gmail.com>", | ||
| "scripts": { | ||
| "test": "echo \"Error: run tests from root\" && exit 1" | ||
| "test": "echo \"Run testing from core\"" | ||
| }, | ||
| "dependencies": { | ||
| "@jenkin-cli-dev/utils": "^1.0.3" | ||
| "@jenkin-cli-dev/utils": "^1.0.6" | ||
| }, | ||
| "gitHead": "8edef432fd361d0e2dea9a65d1bc81f0e9ed0b5b", | ||
| "gitHead": "7ef0053aa61b3b33a1695fe760caf8e476c80bd9", | ||
| "publishConfig": { | ||
@@ -28,0 +28,0 @@ "access": "public" |
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.
Found 1 instance in 1 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.
Found 1 instance in 1 package
899
7.41%10
42.86%Updated