package opam-check-npm-deps
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
An opam plugin to check for npm depexts inside the node_modules folder
Install
dune-project
Dependency
Authors
Maintainers
Sources
opam-check-npm-deps-4.1.0.tbz
sha256=04f5819d3a634909f4af015bb6e62a35a57322d98309e6196512f109e8a93036
sha512=297fcd8c64294d6be47986515119bb5be74e21c054f654b3de570cc563e5de033371d150ca5b7d3e9952c0d7a4ab2c0b7096e19161326628c5d5bf7539f22e90
doc/CHANGES.html
v4.1.0 (2025-12-23)
- Support opam 2.5
- Remove most vendored code, keep only the semver parser
v4.0.1 (2025-09-30)
- Fix syntax error after reason/ppx_let upstream changes.
v4.0.0 (2025-04-19)
- Support opam 2.4
v3.0.1 (2024-09-24)
- Support opam 2.3
v2.0.0 (2023-09-24)
- Support opam 2.2
v1.0.0 (2023-08-10)
- Initial version
- Read
depextsfield from all the opam files of the installed packages in the switch - Check the depexts that include filters using the
npm-versionvariable against the installed npm packages innode_modules
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page