@spinajs/validation
Advanced tools
Comparing version 1.1.9 to 1.2.7
{ | ||
"name": "@spinajs/validation", | ||
"version": "1.1.9", | ||
"version": "1.2.7", | ||
"description": "validation library for spinajs framework", | ||
@@ -13,4 +13,4 @@ "main": "lib/index.js", | ||
"prepare": "npm run build", | ||
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", | ||
"lint": "tslint -p tsconfig.json", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
"lint": "eslint -c .eslintrc.js --ext .ts src", | ||
"prepublishOnly": "npm test && npm run lint", | ||
@@ -40,51 +40,13 @@ "preversion": "npm run lint", | ||
"dependencies": { | ||
"@spinajs/configuration": "^1.1.9", | ||
"@spinajs/di": "^1.1.7", | ||
"@spinajs/exceptions": "^1.1.9", | ||
"@spinajs/log": "^1.1.9", | ||
"@spinajs/configuration": "^1.2.7", | ||
"@spinajs/di": "^1.2.7", | ||
"@spinajs/exceptions": "^1.2.7", | ||
"@spinajs/log": "^1.2.7", | ||
"ajv": "^8.8.2", | ||
"ajv-formats": "^2.1.1", | ||
"ajv-keywords": "^5.1.0", | ||
"ajv-merge-patch": "^5.0.1" | ||
"ajv-merge-patch": "^5.0.1", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@types/bunyan": "^1.8.6", | ||
"@types/chai": "^4.1.7", | ||
"@types/chai-as-promised": "^7.1.0", | ||
"@types/compression": "^1.7.0", | ||
"@types/cookie-parser": "^1.4.2", | ||
"@types/cookie-signature": "^1.0.3", | ||
"@types/cors": "^2.8.6", | ||
"@types/express": "^4.17.6", | ||
"@types/formidable": "^1.0.31", | ||
"@types/glob": "^7.2.0", | ||
"@types/helmet": "^0.0.47", | ||
"@types/lodash": "^4.14.136", | ||
"@types/luxon": "^2.0.8", | ||
"@types/mime": "^2.0.3", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^16.11.11", | ||
"@types/pug": "^2.0.4", | ||
"@types/randomstring": "^1.1.6", | ||
"@types/sinon": "^7.0.13", | ||
"@types/uuid": "^8.3.3", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-dom": "^1.8.2", | ||
"chai-http": "^4.3.0", | ||
"cpx": "^1.5.0", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.18.2", | ||
"sinon": "^7.3.2", | ||
"ts-mocha": "^6.0.0", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.20.1", | ||
"tslint-circular-dependencies": "^0.1.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"tslint-no-unused-expression-chai": "^0.1.4", | ||
"typedoc": "^0.14.2", | ||
"typescript": "^4.2.3" | ||
} | ||
"gitHead": "389cf142b4ca63b7850b93fc858184ddcbb43ce1" | ||
} |
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
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
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
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
0
0
1483
9
1
0
2
+ Addedlodash@^4.17.21
Updated@spinajs/di@^1.2.7
Updated@spinajs/exceptions@^1.2.7
Updated@spinajs/log@^1.2.7