node-external-editor
node-external-editor copied to clipboard
Edit a string with the users preferred text editor using $VISUAL or $EDITOR
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Right now, I'm getting a lot of deprecation warnings on cli programs using `inquirer` which depends on `external-editor`. This is due to an outdated version of `tmp` which there's already...
I had to create such workaround for this: https://github.com/atlassian/changesets/blob/337b282859fb913fcafb338c563f8b928b284fd8/packages/cli/src/commands/add/index.ts#L83-L95 My use case here was not to read what has been put into the external editor - I've just wanted to...
When running the compiled JS in the presence of a frozen `Function.prototype`, this module throws on initialization `Cannot assign to read only property 'constructor' of object`. This is because the...
https://github.com/mrkmg/node-external-editor/blob/e1070a8295b8ebbafa7b29802ae0e2da0fad47c0/src/index.ts#L141-L142 This doesn't account for env variables in the EDITOR variable and people might keep smth like this there: ``` NVIM_TUI_ENABLE_COLOR=1 nvim ``` which leads to an attempt to spawn...
`tmp` 0.1 requires node 0.10, we already require node 4. We only use `tmpNameSync`, which hasn't had any changes, except maybe the addition of a `tries` parameter, which we do...
Since this package hasn't been updated for the past 5 years, it hasn't updated any of the dependencies. Due to a vulnerability in the `tmp` library being used, it should...