Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@gitlab/duo-cli

Package Overview
Dependencies
Maintainers
7
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitlab/duo-cli - npm Package Compare versions

Comparing version
8.97.0
to
8.97.1
+10
-8
package.json
{
"name": "@gitlab/duo-cli",
"version": "8.97.0",
"version": "8.97.1",
"description": "GitLab Duo for your command line",

@@ -11,14 +11,17 @@ "type": "module",

"scripts": {
"turbo": "TURBO_TELEMETRY_DISABLED=1 turbo",
"build": "tsc --noEmit",
"bundle": "./scripts/build.sh",
"build:bundle": "./scripts/build.sh",
"build:dev-binary": "./scripts/compile_executables.sh local-dev",
"build:debug": "bun ./scripts/bun_build_debug.ts",
"dev:watch": "bun --watch ./src/index.tsx",
"debug:built": "bun run build:debug && node --inspect-brk=127.0.0.1:9229 dist/index.js",
"debug:terminal": "bun run build:debug && bun ./scripts/launch_debug_terminal.ts",
"start": "bun run build:bundle && node --use-system-ca dist/index.js",
"dev:watch": "bun --conditions=_ts-source --watch ./src/index.tsx",
"debug:built": "bun run turbo -- run build:debug --filter=@gitlab/duo-cli && node --inspect-brk=127.0.0.1:9229 dist/index.js",
"debug:terminal": "bun run turbo -- run build:debug --filter=@gitlab/duo-cli && bun ./scripts/launch_debug_terminal.ts",
"start": "bun run turbo -- run bundle --filter=@gitlab/duo-cli && node --use-system-ca dist/index.js",
"dev:watch-tools": "bun ./scripts/dev_with_tools.ts",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
"test:debug": "NODE_OPTIONS='--experimental-vm-modules --inspect-brk' jest --runInBand --no-cache",
"test:e2e": "bun run build:bundle && NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js",
"test:network-e2e": "bun run build:bundle && NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js --testPathPattern=network",
"test:e2e": "bun run turbo -- run bundle --filter=@gitlab/duo-cli && NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js",
"test:network-e2e": "bun run turbo -- run bundle --filter=@gitlab/duo-cli && NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js --testPathPattern=network",
"docs": "bun ./scripts/gen_docs.ts",

@@ -45,3 +48,2 @@ "docs:check": "bun ./scripts/gen_docs.ts --check",

"@gitlab-org/hooks": "0.0.0",
"@gitlab-org/lib-agentic-duo-chat": "0.0.0",
"@gitlab-org/logging": "0.0.0",

@@ -48,0 +50,0 @@ "@gitlab-org/persistent-storage": "0.0.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display