Inspectopedia Help

Imports and dependencies

Mismatched dependencies in package.json   New in this release

Reports a dependency from package.json that is not installed or doesn't match the specified version range.

Missing JSX namespace   New in this release

Reports a usage of a JSX construction without importing namespace.

Missing module dependency   New in this release

Reports a module from a require() call or an import statement that is not installed or is not listed in package.json dependencies.

URL import is used   New in this release

Checks used URL imports in the JavaScript language.

Unused import   New in this release

Reports a redundant import statement.

Update package.json dependencies to latest versions   New in this release

Suggests to upgrade your package.json dependencies to the latest versions, ignoring specified versions.

Last modified: 11 September 2024