@extollo/cli
Advanced tools
@@ -56,3 +56,3 @@ import { Unit, Logging } from "@extollo/lib"; | ||
| */ | ||
| getTemplate(name: string): import("@extollo/util/lib/collection/Collection").MaybeCollectionItem<Template>; | ||
| getTemplate(name: string): Template | undefined; | ||
| /** | ||
@@ -59,0 +59,0 @@ * Get a collection of all registered templates. |
+5
-4
| { | ||
| "name": "@extollo/cli", | ||
| "version": "0.4.3", | ||
| "version": "0.4.4", | ||
| "description": "The command-line utilities that lift up your code.", | ||
@@ -11,5 +11,5 @@ "main": "lib/index.js", | ||
| "dependencies": { | ||
| "@extollo/di": "^0.4.4", | ||
| "@extollo/di": "^0.4.5", | ||
| "@extollo/lib": "^0.1.3", | ||
| "@extollo/util": "^0.3.2", | ||
| "@extollo/util": "^0.3.3", | ||
| "@types/node": "^14.14.37", | ||
@@ -21,3 +21,4 @@ "colors": "^1.4.0", | ||
| "test": "echo \"Error: no test specified\" && exit 1", | ||
| "build": "tsc" | ||
| "build": "tsc", | ||
| "prepare": "pnpm run build" | ||
| }, | ||
@@ -24,0 +25,0 @@ "files": [ |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
74795
-0.03%Updated
Updated