Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spinajs/validation

Package Overview
Dependencies
Maintainers
1
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/validation - npm Package Compare versions

Comparing version 1.1.9 to 1.2.7

58

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc