@codama/cli
Advanced tools
+1
-1
@@ -777,3 +777,3 @@ "use strict"; | ||
| function createProgram(internalOptions) { | ||
| const program2 = (0, import_commander.createCommand)().version("1.5.0").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| const program2 = (0, import_commander.createCommand)().version("1.5.1").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| setProgramOptions(program2); | ||
@@ -780,0 +780,0 @@ setInitCommand(program2); |
@@ -786,3 +786,3 @@ "use strict"; | ||
| function createProgram(internalOptions) { | ||
| const program = (0, import_commander.createCommand)().version("1.5.0").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| const program = (0, import_commander.createCommand)().version("1.5.1").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| setProgramOptions(program); | ||
@@ -789,0 +789,0 @@ setInitCommand(program); |
@@ -748,3 +748,3 @@ // src/program.ts | ||
| function createProgram(internalOptions) { | ||
| const program = createCommand().version("1.5.0").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| const program = createCommand().version("1.5.1").allowExcessArguments(false).configureHelp({ showGlobalOptions: true, sortOptions: true, sortSubcommands: true }); | ||
| setProgramOptions(program); | ||
@@ -751,0 +751,0 @@ setInitCommand(program); |
+4
-4
| { | ||
| "name": "@codama/cli", | ||
| "version": "1.5.0", | ||
| "version": "1.5.1", | ||
| "description": "A CLI for setting up and managing Codama IDLs", | ||
@@ -35,5 +35,5 @@ "exports": { | ||
| "prompts": "^2.4.2", | ||
| "@codama/nodes": "1.5.1", | ||
| "@codama/visitors": "1.5.1", | ||
| "@codama/visitors-core": "1.5.1" | ||
| "@codama/nodes": "1.6.0", | ||
| "@codama/visitors": "1.6.0", | ||
| "@codama/visitors-core": "1.6.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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
10
11.11%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated