Socket
Socket
Sign inDemoInstall

script-launcher

Package Overview
Dependencies
29
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245
14Next

1.29.0

Diff

Changelog

Source

1.29.0

Changes

chanzo
published 1.28.2 •

Changelog

Source

1.28.2

Changes

  • Minor documentation updates
chanzo
published 1.28.1 •

Changelog

Source

1.28.1

Changes

chanzo
published 1.28.0 •

Changelog

Source

1.28.0

Changes

Default menu selection argument example
npm start menu build:development
chanzo
published 1.27.2 •

Changelog

Source

1.27.2

Breaking

  • Changed npx launch list completion to npx launch list complete
  • Changed the default for npx launch list this command will now output the same as npx launch list complete
chanzo
published 1.27.1 •

Changelog

Source

1.27.1

Changes

  • Updated list argument so output will be sorted and only contains unique values.
  • Updated dev dependencies
chanzo
published 1.27.0 •

Changelog

Source

1.27.0

Changes

  • Updated readme dependency documentation
  • Added menu option for enabling and disabling the menu confirmation prompt.
  • Changed ? Save selection › (y/N) prompt, to ? Are you sure › (Y/n) prompt. Use the Menu save default script for saving your menu selection.
chanzo
published 1.26.3 •

Changelog

Source

1.26.3

Fixes

  • Debug logging fix related to change 1.26.2

Changes

  • Removed string-argv dependency
  • Optimize integration test for better maintainability
  • Updated dev dependencies

Breaking

Changed quoted argument processing related to removal of string-argv

{
  "scripts": {
    "assignment:$value1:$value2:$value3:$value4:$value5": [
      "echo value1: '$value1'",
      "echo value2: '$value2'",
      "echo value3: '$value3'",
      "echo value4: '$value4'",
      "echo value5: '$value5'"
    ]
  }
}
Old proccessing

Run: npm start assignment:*:'*':"*":"'\"*\"'":"\"\'*\'\""

value1: *
value2: *
value3: *
value4: *
value5: "*"
New proccessing

Run: npm start assignment:*:'*':"*":"'\"*\"'":"\"\'*\'\""

value1: *
value2: *
value3: *
value4: "*"
value5: launch.ts launcher-config.json launcher-menu.json launcher-settings.json node_modules package-lock.json package.json
chanzo
published 1.26.2 •

Changelog

Source

1.26.2

Changes

  • Updated dev dependencies

Breaking

Windows only: All arguments on constraints containing spaces are now surrounded by double quotes. Single quoted arguments containing spaces are convert to double quotes.

chanzo
published 1.26.1 •

Changelog

Source

1.26.1

  • Added list command options
  • Added documentation for enabling tab completion support in your current terminal
  • Updated dev dependencies
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc