extensions-sdk
extensions-sdk copied to clipboard
Desktop Extensions SDK
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. For example. 'I'm always frustrated when [...]' **Describe the solution...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. For example. 'I'm always frustrated when [...]' **Describe the solution...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `path-to-regexp` from 0.1.7 to 0.1.10 Release notes Sourced from path-to-regexp's releases. Backtrack protection Fixed Add backtrack protection to...
Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `body-parser` from 1.20.0 to 1.20.3 Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add...
**Describe the bug** In the `docker.cli.exec()` function, the third argument allows specifying options. Using a truthy object option for `{ stream: {} }` changes how the args are escaped. This...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0. Commits b4f1988 ssh: make the public key cache a 1-entry FIFO cache 7042ebc openpgp/clearsign: just use rand.Reader in tests 3e90321 go.mod: update golang.org/x dependencies...
**Describe the bug** When I use the call in my extension: ` ddClient.desktopUI.navigate.viewImage(Id, Tag) ` I see this in devtools console: ` ERROR Error: Error invoking remote method 'navigation.requestNavigateDashboardWindow.toImage__unwrapped': Error:...
**Is your feature request related to a problem? Please describe.** Many times during iterative development of an extension one may manually uninstall the extension. After that the next command has...
**Is your feature request related to a problem? Please describe.** My extension https://github.com/sandipchitale/docker-desktop-dive wants to execute the **dive** command in a terminal that supports termcap/curses. **Describe the solution you'd like**...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...