Download Latest Version @slack_web-api@7.16.0 source code.tar.gz (2.4 MB)
Email in envelope

Get an email when there's a new version of Node Slack SDK

Home / @slack_cli-test@3.0.2
Name Modified Size InfoDownloads / Week
Parent folder
@slack_cli-test@3.0.2 source code.tar.gz 2026-05-07 2.4 MB
@slack_cli-test@3.0.2 source code.zip 2026-05-07 3.5 MB
README.md 2026-05-07 670 Bytes
Totals: 3 Items   5.9 MB 0

Patch Changes

  • 3c4e927: fix: invoke commands without shell intermediate

    Behind the scenes commands are now spawned direct to avoid unexpected input and output redirection or odd argument parsings. This is what happens and what changed:

    Linux:

    ```diff

    • /bin/sh -c "slack trigger run --workflow #/workflows/give_kudos_workflow"
    • execvp("slack", ["trigger", "run", "--workflow", "#/workflows/give_kudos_workflow"]) ```

    Windows:

    ```diff

    • cmd.exe /s /c "slack trigger run --workflow #/workflows/give_kudos_workflow"
    • CreateProcessW("slack", ["trigger", "run", "--workflow", "#/workflows/give_kudos_workflow"]) ```
Source: README.md, updated 2026-05-07