Skip to content

Update dependencies of @transloadit/analyze-step #75

Update dependencies of @transloadit/analyze-step

Update dependencies of @transloadit/analyze-step #75

Triggered via pull request October 31, 2023 13:25
@kvzkvz
synchronize #42
fix-sec-jsonpath
Status Failure
Total duration 1m 51s
Artifacts

ci-monolib.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
test
Process completed with exit code 1.
test: packages/prettier-bytes/src/prettierBytes.ts#L13
Assignment to function parameter 'num'
test: packages/prettier-bytes/src/prettierBytes.ts#L21
Assignment to function parameter 'num'
test: packages/prettier-bytes/src/prettierBytes.ts#L21
'Math.pow' is restricted from being used. Use the exponentiation operator (**) instead
test: packages/sort-assembly/src/sortAssembly.ts#L11
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test: packages/sort-assembly/src/sortAssembly.ts#L11
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test: packages/sort-assembly/src/sortAssembly.ts#L12
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test: packages/sort-assembly/src/sortAssembly.ts#L12
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test: packages/sort-assembly/src/sortAssembly.ts#L19
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
test: packages/sort-assembly/src/sortAssembly.ts#L19
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array