query-registry
Advanced tools
Changelog
[4.0.1] - 2025-03-31
type
module format field (See https://github.com/velut/query-registry/issues/415) (Thanks @officialrajdeepsingh)Changelog
[4.0.0] - 2025-01-20
SearchCriteria
and SearchResult
types used with the searchPackages()
function to align with the latest npm registry requirements and responsesChangelog
[3.0.1] - 2024-06-12
sideEffects
changed from boolean | undefined
to boolean | string[] | undefined
(See https://github.com/velut/zod-package-json/issues/5) (Thanks @Sec-ant)Changelog
[3.0.0] - 2024-04-23
Version 3 is a complete rewrite of query-registry.
This package is now a pure ESM package and uses the fetch global function to perform network requests.
Additionally, every response returned by the registry is now validated against its expected schema. This means that data can now be safely accessed according to the corresponding TypeScript type definition. Unexpected data will reject with an error; in this case open an issue to propose changes to the schemas.
These are the current package's exports:
fetch
for network requests.Changelog
[2.6.0] - 2022-08-13
gitRepository
property may change with respect to previous releases.git-url-parse
.Changelog
[2.5.0] - 2022-05-28
package.json
(Thanks @mt-empty).