GET test/npm/{packageName}/{version}
Summary: Test for issues in a public package by name and version
Operation ID: Test for issues in a public package by name and version
Auth: unknown
Operation ID: Test for issues in a public package by name and version
Auth: unknown
Description
You can test `npm` packages for issues according to their name and version.
Parameters (3)
org
(string, query, optional)
The organization to test the package with. See "The Snyk organization for a request" above.
packageName
(string, path, required)
The package name. For scoped packages, **must** be url-encoded, so to test "@angular/core" version 4.3.2, one should `GET /test/npm/%40angular%2Fcore/4.3.2`.
version
(string, path, required)
The Package version to test.
No probe data for this endpoint yet.