@spinajs/validation
Advanced tools
Comparing version 1.2.75 to 1.2.79
{ | ||
"name": "@spinajs/validation", | ||
"version": "1.2.75", | ||
"version": "1.2.79", | ||
"description": "validation library for spinajs framework", | ||
@@ -11,4 +11,6 @@ "main": "lib/index.js", | ||
"build-docs": "rimraf docs && typedoc --options typedoc.json src/", | ||
"build": "tsc", | ||
"build": "npm run clean && npm run compile", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"prepare": "npm run build", | ||
"clean": "", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
@@ -40,6 +42,6 @@ "lint": "eslint -c .eslintrc.js --ext .ts src", | ||
"dependencies": { | ||
"@spinajs/configuration": "^1.2.71", | ||
"@spinajs/di": "^1.2.68", | ||
"@spinajs/exceptions": "^1.2.7", | ||
"@spinajs/log": "^1.2.75", | ||
"@spinajs/configuration": "^1.2.79", | ||
"@spinajs/di": "^1.2.79", | ||
"@spinajs/exceptions": "^1.2.79", | ||
"@spinajs/log": "^1.2.79", | ||
"ajv": "^8.8.2", | ||
@@ -51,3 +53,3 @@ "ajv-formats": "^2.1.1", | ||
}, | ||
"gitHead": "a50aef463274b1217b09fb37307d2db98d22c209" | ||
"gitHead": "ae595f5daffb88372496b6e5bf38973f07e33683" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
26532
28
466
2
Updated@spinajs/di@^1.2.79
Updated@spinajs/exceptions@^1.2.79
Updated@spinajs/log@^1.2.79