Skip to content

Update package lock file, install report

7abb9c1
Select commit
Loading
Failed to load commit list.
Open

WIP: Refactor Out Deprecations #1

Update package lock file, install report
7abb9c1
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 28, 2026 in 0s

4 new issues (0 max.) of at least severity.

Annotations

Check failure on line 203 in packages/honkit/src/utils/fs.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/honkit/src/utils/fs.ts#L203

Detected possible user input going into a `path.join` or `path.resolve` function.

Check failure on line 204 in packages/honkit/src/utils/fs.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/honkit/src/utils/fs.ts#L204

Detected possible user input going into a `path.join` or `path.resolve` function.

Check failure on line 261 in packages/honkit/src/utils/promise.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/honkit/src/utils/promise.ts#L261

Using non-static data to retrieve and run functions from the object is dangerous.

Check failure on line 65 in packages/honkit/src/utils/safeObjectPath.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/honkit/src/utils/safeObjectPath.ts#L65

Possibility of prototype polluting function detected.