@pnpm/audit
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -6,4 +6,3 @@ "use strict"; | ||
function lockfileToAuditTree(lockfile, opts) { | ||
var _a; | ||
const importerWalkers = lockfile_walker_1.lockfileWalkerGroupImporterSteps(lockfile, Object.keys(lockfile.importers), { include: (_a = opts) === null || _a === void 0 ? void 0 : _a.include }); | ||
const importerWalkers = lockfile_walker_1.lockfileWalkerGroupImporterSteps(lockfile, Object.keys(lockfile.importers), { include: opts === null || opts === void 0 ? void 0 : opts.include }); | ||
const dependencies = {}; | ||
@@ -10,0 +9,0 @@ importerWalkers.forEach((importerWalker) => { |
{ | ||
"name": "@pnpm/audit", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Audit a lockfile", | ||
@@ -32,3 +32,3 @@ "main": "lib/index.js", | ||
"@pnpm/audit": "link:", | ||
"@pnpm/lockfile-file": "3.0.4" | ||
"@pnpm/lockfile-file": "3.0.5" | ||
}, | ||
@@ -35,0 +35,0 @@ "dependencies": { |
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
7803
180