NPM & PyPI License Compatibility Auditor
Under maintenancePricing
$10.00 / 1,000 result items
NPM & PyPI License Compatibility Auditor
Under maintenanceAudit license compliance across JavaScript and Python dependencies in one pass. Supply a mixed list of npm and PyPI package names; the tool fetches current license metadata from each registry, normalizes SPDX identifiers, flags non-OSI-approved or incompatible licenses, and returns a clean complianc
Audit license compliance across JavaScript and Python dependencies in one pass. Supply a mixed list of npm and PyPI package names; the tool fetches current license metadata from each registry, normalizes SPDX identifiers, flags non-OSI-approved or incompatible licenses, and returns a clean compliance table ready for SBOM generation or legal review. No authentication required.
Example input
{"packages": [{"name": "lodash","registry": "npm"},{"name": "requests","registry": "pypi"},{"name": "react","registry": "npm"}],"fail_on_incompatible": false}
Each result item contains: package_name, registry, version, license_raw, spdx_id, is_osi_approved, repository_url, license_url.