@spinajs/reflection
Advanced tools
Comparing version 2.0.50 to 2.0.51
@@ -111,4 +111,3 @@ import * as fs from 'fs'; | ||
} | ||
// eslint-disable -next-line @typescript-eslint/await-thenable | ||
const fPromises = directories | ||
const fPromises = await directories | ||
.filter((d) => { | ||
@@ -115,0 +114,0 @@ /* eslint-disable */ |
{ | ||
"name": "@spinajs/reflection", | ||
"version": "2.0.50", | ||
"version": "2.0.51", | ||
"description": "SpinaJS reflection helpers", | ||
@@ -22,4 +22,4 @@ "exports": "./lib/index.js", | ||
"preversion": "npm run lint", | ||
"version": "npm run format && git add -A src", | ||
"postinstall": "npm run build" | ||
"version": "npm run format && git add -A src" | ||
}, | ||
@@ -26,0 +26,0 @@ "files": [ |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
13968
205