vscode-search-node-modules
vscode-search-node-modules copied to clipboard
Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules directory.
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.8.4 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). >...
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.0 to 1.16.1. Release notes *Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).* > ## v1.16.1 > * Fixes for [#60](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/60) (correctly encoding certificates with expiry dates >=2050), [#62](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/62) (accepting PKCS#8...
When using tools like `yarn` and `lerna`, it's very common to have the below folder structures - ``` /node_modules /package.json workspace-a /node_modules /package.json workspace-b/ /node_modules /package.json ``` We should have...
Bumps [qs](https://github.com/ljharb/qs) from 6.3.2 to 6.3.3. Changelog Sourced from qs's changelog. 6.3.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] fix for an impossible situation: when the formatter is called with...