name : approve-scripts.js
const AllowScriptsCmd = require('../utils/allow-scripts-cmd.js')

class ApproveScripts extends AllowScriptsCmd {
  static description = 'Approve install scripts for specific dependencies'
  static name = 'approve-scripts'
  static usage = ['<pkg> [<pkg> ...]', '--all', '--allow-scripts-pending']
  static verb = 'approve'
}

module.exports = ApproveScripts

© 2026 Iwafut Security