OSV.dev vulnerability database client
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix merlint lint warnings: missing docs, doc style, test inclusion

Resolve E400 (missing documentation), E410 (bad doc style), E615
(missing test suite), and E616 (use failf) across the monorepo.
Also fix test_timing to reference Requests.Timing instead of
non-existent Http.Timing.

+1 -1
+1 -1
lib/osv.mli
··· 95 95 Example purls: 96 96 - ["pkg:npm/lodash@4.17.20"] 97 97 - ["pkg:pypi/django@3.2.0"] 98 - - ["pkg:opam/irmin@3.0.0"] *) 98 + - ["pkg:opam/irmin@3.0.0"]. *) 99 99 100 100 val query_package : 101 101 sw:Eio.Switch.t ->