@pnpm/read-modules-dir
Advanced tools
Comparing version 5.0.0 to 6.0.0
{ | ||
"name": "@pnpm/read-modules-dir", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "Finds all direct packages in node_modules", | ||
@@ -12,10 +12,10 @@ "main": "lib/index.js", | ||
"keywords": [ | ||
"pnpm7" | ||
"pnpm8" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=14.6" | ||
"node": ">=16.14" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/read-modules-dir", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/read-modules-dir#readme", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/fs/read-modules-dir", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/fs/read-modules-dir#readme", | ||
"bugs": { | ||
@@ -26,7 +26,7 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"dependencies": { | ||
"graceful-fs": "^4.2.10" | ||
"graceful-fs": "^4.2.11" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/read-modules-dir": "5.0.0", | ||
"@types/graceful-fs": "^4.1.5" | ||
"@types/graceful-fs": "^4.1.6", | ||
"@pnpm/read-modules-dir": "6.0.0" | ||
}, | ||
@@ -39,5 +39,5 @@ "exports": { | ||
"test": "pnpm run compile", | ||
"lint": "eslint src/**/*.ts", | ||
"lint": "eslint \"src/**/*.ts\"", | ||
"compile": "tsc --build && pnpm run lint --fix" | ||
} | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
4892
Updatedgraceful-fs@^4.2.11