@codama/cli
Advanced tools
+1
-1
@@ -774,3 +774,3 @@ "use strict"; | ||
| function createProgram(internalOptions) { | ||
| const program2 = (0, import_commander.createCommand)().version("1.3.2").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| const program2 = (0, import_commander.createCommand)().version("1.3.3").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| setProgramOptions(program2); | ||
@@ -777,0 +777,0 @@ setInitCommand(program2); |
@@ -783,3 +783,3 @@ "use strict"; | ||
| function createProgram(internalOptions) { | ||
| const program = (0, import_commander.createCommand)().version("1.3.2").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| const program = (0, import_commander.createCommand)().version("1.3.3").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| setProgramOptions(program); | ||
@@ -786,0 +786,0 @@ setInitCommand(program); |
@@ -745,3 +745,3 @@ // src/program.ts | ||
| function createProgram(internalOptions) { | ||
| const program = createCommand().version("1.3.2").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| const program = createCommand().version("1.3.3").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| setProgramOptions(program); | ||
@@ -748,0 +748,0 @@ setInitCommand(program); |
+1
-1
| MIT License | ||
| Copyright (c) 2024 Codama | ||
| Copyright (c) 2025 Codama | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
+4
-4
| { | ||
| "name": "@codama/cli", | ||
| "version": "1.3.2", | ||
| "version": "1.3.3", | ||
| "description": "A CLI for setting up and managing Codama IDLs", | ||
@@ -35,5 +35,5 @@ "exports": { | ||
| "prompts": "^2.4.2", | ||
| "@codama/nodes": "1.3.4", | ||
| "@codama/visitors": "1.3.4", | ||
| "@codama/visitors-core": "1.3.4" | ||
| "@codama/nodes": "1.3.5", | ||
| "@codama/visitors": "1.3.5", | ||
| "@codama/visitors-core": "1.3.5" | ||
| }, | ||
@@ -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