@pnpm/read-modules-dir
Advanced tools
Comparing version 7.0.0 to 900.0.0
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.readModulesDir = void 0; | ||
exports.readModulesDir = readModulesDir; | ||
const path_1 = __importDefault(require("path")); | ||
@@ -22,3 +22,2 @@ const util_1 = __importDefault(require("util")); | ||
} | ||
exports.readModulesDir = readModulesDir; | ||
async function _readModulesDir(modulesDir, scope) { | ||
@@ -25,0 +24,0 @@ const pkgNames = []; |
{ | ||
"name": "@pnpm/read-modules-dir", | ||
"version": "7.0.0", | ||
"version": "900.0.0", | ||
"description": "Finds all direct packages in node_modules", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"@types/graceful-fs": "^4.1.9", | ||
"@pnpm/read-modules-dir": "7.0.0" | ||
"@pnpm/read-modules-dir": "900.0.0" | ||
}, | ||
@@ -35,2 +35,5 @@ "exports": { | ||
}, | ||
"jest": { | ||
"preset": "@pnpm/jest-config" | ||
}, | ||
"scripts": { | ||
@@ -37,0 +40,0 @@ "start": "tsc --watch", |
Sorry, the diff of this file is not supported yet
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
5046
36