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.2.75 to 1.2.79

lib/bootstrap.d.ts

16

package.json
{
"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"
}
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