fix: build automatically after install #35
Annotations
9 warnings
lint:
packages/deob/src/deobfuscate/my-inline-decoder-wrappers.ts#L58
'realFn_args' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
packages/deob/src/deobfuscate/save-objects.ts#L42
'state' is defined but never used. Allowed unused args must match /^_/u
|
lint:
packages/deob/src/index.ts#L66
'result' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
packages/deob/src/transforms/decode-strings.ts#L6
Expected @param names to be "decoders". Got "decoder"
|
lint:
packages/deob/src/transforms/find-decoder-by-call-count.ts#L9
Expected @param names to be "ast, count". Got "count"
|
lint:
website/components/DeObfuscatorOutput.vue#L40
'monaco' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
website/components/TheHeader.vue#L2
'e' is defined but never used. Allowed unused args must match /^_/u
|
test (ubuntu-latest, 18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (windows-latest, 18)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|