Sander Declerck
9fae225277
Make sure rejected promise is not cached in malware list / new packages cache
2026-04-21 09:31:26 +02:00
Sander Declerck
2930894624
Fix concurrency bug leading to multiple fetches of the malware database
2026-04-21 09:26:07 +02:00
Reinier Criel
d789491561
Merge branch 'main' into feature/pypi
2025-11-04 06:54:00 -08:00
Sander Declerck
3ea4e82acb
Write a warning if no version was returned from the malware download, causing the malware db not to be cached.
2025-11-04 11:26:07 +01:00
Reinier Criel
86f82d6065
Fix more documentation issues
2025-11-03 10:53:35 -08:00
Reinier Criel
a2fb94d0f0
Fix type check issues
2025-11-03 07:13:36 -08:00
Reinier Criel
548d416996
Merge remote-tracking branch 'origin/main' into feature/pypi
2025-11-03 06:49:53 -08:00
Sander Declerck
14c4c4997e
Remove @ts-expect-error suppressions
2025-11-03 13:57:29 +01:00
Hans Ott
484cbcd960
Use @typedef {Object} X
...
When you write @typedef {Object} ScanResult, you’re telling both JSDoc and TypeScript’s parser that this typedef represents an object type, not just an abstract name. This is important because it makes tools like IDEs, linters, and TypeScript’s JSDoc inference more reliable. It avoids ambiguity, especially in cases where the typedef might later be confused with something like a primitive, union, or function type. The official TypeScript documentation and the JSDoc spec both show this form as the canonical one for object shapes.
2025-11-01 13:28:11 +01:00
Hans Ott
c88b1a624f
Type check safe-chain package
2025-11-01 13:06:06 +01:00
Reinier Criel
190607de92
Adapt per review
2025-10-27 09:23:47 -07:00
Reinier Criel
38d3b46939
Some more cleanup
2025-10-25 14:03:19 -07:00
Reinier Criel
6b2db6dace
Fix ranges issue
2025-10-24 13:14:57 -07:00
Reinier Criel
15785fad73
Make sure we use a different version.txt to prevent having to redownload DB
2025-10-24 09:59:53 -07:00
Sander Declerck
240123372a
Handle PR Comments
2025-10-08 10:49:04 +02:00
Sander Declerck
53bfb14fea
Only load the malware database once
2025-10-02 09:20:59 +02:00
Sander Declerck
7673d32912
Move safe-chain package to packages/safe-chain
2025-09-05 11:19:37 +02:00