@nx-dotnet/utils
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -11,5 +11,25 @@ { | ||
"license": "MIT", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"bugs": { | ||
"url": "https://github.com/nx-dotnet/nx-dotnet/issues?q=is%3Aopen", | ||
"email": "craigorycoppola+nxdotnet@gmail.com" | ||
}, | ||
"keywords": [ | ||
"Nx", | ||
".NET", | ||
"dotnet", | ||
"monorepos", | ||
"full-stack" | ||
], | ||
"author": { | ||
"name": "NxDotnet", | ||
"url": "https://github.com/nx-dotnet" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nx-dotnet/nx-dotnet" | ||
}, | ||
"homepage": "https://nx-dotnet.com/", | ||
"typings": "./src/index.d.ts", | ||
"peerDependencies": {} | ||
} |
@@ -14,3 +14,2 @@ "use strict"; | ||
function findProjectFileInPath(path) { | ||
console.log(`Looking for project files at '${path}/**/*.*proj'`); | ||
return glob(`${path}/**/*.*proj`).then((results) => { | ||
@@ -28,3 +27,2 @@ if (!results || results.length === 0) { | ||
function findProjectFileInPathSync(path) { | ||
console.log(`Looking for project files at '${path}/**/*.*proj'`); | ||
const results = _glob.sync(`${path}/**/*.*proj`); | ||
@@ -31,0 +29,0 @@ if (!results || results.length === 0) { |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
27381
65
363
0
0