Skip to content

Update dependencies of @transloadit/analyze-step #77

Update dependencies of @transloadit/analyze-step

Update dependencies of @transloadit/analyze-step #77

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

ci-monolib.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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