@codama/cli
Advanced tools
+1
-1
@@ -784,3 +784,3 @@ "use strict"; | ||
| function createProgram(internalOptions) { | ||
| const program2 = (0, import_commander.createCommand)().version("1.4.3").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| const program2 = (0, import_commander.createCommand)().version("1.4.4").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| setProgramOptions(program2); | ||
@@ -787,0 +787,0 @@ setInitCommand(program2); |
@@ -793,3 +793,3 @@ "use strict"; | ||
| function createProgram(internalOptions) { | ||
| const program = (0, import_commander.createCommand)().version("1.4.3").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| const program = (0, import_commander.createCommand)().version("1.4.4").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| setProgramOptions(program); | ||
@@ -796,0 +796,0 @@ setInitCommand(program); |
@@ -755,3 +755,3 @@ // src/program.ts | ||
| function createProgram(internalOptions) { | ||
| const program = createCommand().version("1.4.3").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| const program = createCommand().version("1.4.4").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| setProgramOptions(program); | ||
@@ -758,0 +758,0 @@ setInitCommand(program); |
+4
-4
| { | ||
| "name": "@codama/cli", | ||
| "version": "1.4.3", | ||
| "version": "1.4.4", | ||
| "description": "A CLI for setting up and managing Codama IDLs", | ||
@@ -35,5 +35,5 @@ "exports": { | ||
| "prompts": "^2.4.2", | ||
| "@codama/nodes": "1.4.4", | ||
| "@codama/visitors": "1.4.4", | ||
| "@codama/visitors-core": "1.4.4" | ||
| "@codama/nodes": "1.5.0", | ||
| "@codama/visitors": "1.5.0", | ||
| "@codama/visitors-core": "1.5.0" | ||
| }, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary 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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary 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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated