mirror of
https://github.com/github/codeql.git
synced 2026-03-01 21:34:50 +01:00
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
import semmle.javascript.NPM
|
|
|
|
from PackageJSON pkgjson, string pkg, string version
|
|
where pkgjson.declaresDependency(pkg, version)
|
|
select pkgjson, pkg, version
|