lockfile-lint-api
Advanced tools
Comparing version 5.9.0 to 5.9.1
{ | ||
"name": "lockfile-lint-api", | ||
"version": "5.9.0", | ||
"version": "5.9.1", | ||
"description": "Lint an npm or yarn lockfile to analyze and detect issues", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,3 @@ 'use strict' | ||
if (excludedPackages.includes(packageName)) { | ||
if (excludedPackages.find(name => packageName.startsWith(`${name}@`))) { | ||
continue | ||
@@ -35,0 +35,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42682