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
6
Versions
102
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.62.0
to
8.62.1
+1
-1
dist/version-guard.cjs

@@ -26,3 +26,3 @@ #!/usr/bin/env node

const cliPath = join(__dirname, 'index.js');
const result = spawnSync(process.execPath, [cliPath, ...process.argv.slice(2)], {
const result = spawnSync(process.execPath, ['--no-deprecation', cliPath, ...process.argv.slice(2)], {
stdio: 'inherit',

@@ -29,0 +29,0 @@ });

{
"name": "@gitlab/duo-cli",
"version": "8.62.0",
"version": "8.62.1",
"description": "GitLab Duo for your command line",

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

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

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