node-installed-check icon indicating copy to clipboard operation
node-installed-check copied to clipboard

Checks that all dependencies in your package.json have supported versions installed and complies with your specified node engine version range

Results 42 node-installed-check issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.21.0` -> `^8.24.0`](https://renovatebot.com/diffs/npm/eslint/8.21.0/8.24.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`~4.6.0` -> `~4.8.4`](https://renovatebot.com/diffs/npm/typescript/4.6.2/4.8.4) |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/voxpelli/node-installed-check). ## Awaiting Schedule The following updates are...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [npm-run-all2](https://togithub.com/bcomnes/npm-run-all2) | [`^6.0.1` -> `^6.0.2`](https://renovatebot.com/diffs/npm/npm-run-all2/6.0.1/6.0.2) | [![age](https://badges.renovateapi.com/packages/npm/npm-run-all2/6.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Maybe enable SARIF output? To enable this showing up in [`/security/code-scanning`](https://github.com/voxpelli/node-installed-check/security/code-scanning). See eg. https://github.com/Microsoft/sarif-js-sdk, https://github.com/oasis-tcs/sarif-spec and https://github.com/nvuillam/node-sarif-builder – see eg [`@microsoft/eslint-formatter-sarif`](https://www.npmjs.com/package/@microsoft/eslint-formatter-sarif) for an example And/or make use of https://github.com/voxpelli/node-installed-check/issues/43

enhancement

To make it easier to see what one get

enhancement

See: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-a-warning-message

enhancement

Syntax like: ```json "@voxpelli/example": "npm:pony-cause@^1.0.0", ``` Today it gives: ``` @voxpelli/example: Dependency is not installed. Can't check its version @voxpelli/example: Dependency is not installed. Can't check its engine requirement ```

bug

So I eg. can do `-i eslint*`

enhancement

See https://github.com/pkgjs/support and https://github.com/nodejs/package-maintenance/blob/HEAD/docs/PACKAGE-SUPPORT.md

enhancement