@preset/cli
Advanced tools
+2
-2
@@ -12,3 +12,3 @@ #!/usr/bin/env node | ||
| import checkUpdates from "update-notifier"; | ||
| var version$1 = "0.12.0"; | ||
| var version$1 = "0.12.1"; | ||
| const patches = { | ||
@@ -58,3 +58,3 @@ help: { description: "Display this help message." }, | ||
| var name = "@preset/core"; | ||
| var version = "0.12.0"; | ||
| var version = "0.12.1"; | ||
| const checks = { | ||
@@ -61,0 +61,0 @@ current: version, |
+2
-2
| { | ||
| "name": "@preset/cli", | ||
| "type": "module", | ||
| "version": "0.12.0", | ||
| "version": "0.12.1", | ||
| "description": "Elegant, ecosystem-agnostic preset mechanism", | ||
@@ -37,3 +37,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@preset/core": "0.12.0", | ||
| "@preset/core": "0.12.1", | ||
| "@types/debug": "^4.1.12", | ||
@@ -40,0 +40,0 @@ "cac": "^6.7.14", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
+ Added
- Removed
Updated