mirror of
https://github.com/github/codeql.git
synced 2026-03-20 22:46:47 +01:00
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
import semmle.javascript.NPM
|
|
|
|
from PackageJSON pkgjson, string pkg, string version
|
|
where pkgjson.declaresDependency(pkg, version)
|
|
select pkgjson, pkg, version |