🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@gitlab/duo-cli

Package Overview
Dependencies
Maintainers
7
Versions
107
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.104.0
to
8.105.0
+7
-5
package.json
{
"name": "@gitlab/duo-cli",
"version": "8.104.0",
"version": "8.105.0",
"description": "GitLab Duo for your command line",

@@ -13,5 +13,5 @@ "type": "module",

"build": "tsc --noEmit",
"bundle": "./scripts/build.sh",
"build:bundle": "./scripts/build.sh",
"build:dev-binary": "./scripts/compile_executables.sh local-dev",
"bundle": "bun ./scripts/build.ts",
"build:bundle": "bun ./scripts/build.ts",
"build:dev-binary": "bun ./scripts/compile_executables.ts local-dev",
"build:debug": "bun ./scripts/bun_build_debug.ts",

@@ -27,5 +27,7 @@ "dev:watch": "bun --conditions=_ts-source --watch ./src/index.tsx",

"test:network-e2e": "bun run turbo -- run bundle --filter=@gitlab/duo-cli && bun run build:dev-binary && NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js '--testMatch=<rootDir>/test/e2e/network/**/*.e2e.test.ts'",
"test:network-e2e:node": "bun run turbo -- run bundle --filter=@gitlab/duo-cli && NETWORK_E2E_TARGET=node-bundle NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js '--testMatch=<rootDir>/test/e2e/network/**/*.e2e.test.ts'",
"test:network-e2e:bun": "bun run turbo -- run bundle --filter=@gitlab/duo-cli && NETWORK_E2E_TARGET=binary NODE_OPTIONS='--experimental-vm-modules' jest --config jest.e2e.config.js '--testMatch=<rootDir>/test/e2e/network/**/*.e2e.test.ts'",
"docs": "bun ./scripts/gen_docs.ts",
"docs:check": "bun ./scripts/gen_docs.ts --check",
"build:binary": "./scripts/compile_executables.sh",
"build:binary": "bun ./scripts/compile_executables.ts",
"sign:binary": "./scripts/sign_executables.sh"

@@ -32,0 +34,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