New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adonisjs/validator

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adonisjs/validator - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="5.0.1"></a>
## [5.0.1](https://github.com/adonisjs/adonis-validation-provider/compare/v5.0.0...v5.0.1) (2018-02-07)
### Features
* **validator:** expose configure function ([bbd1a87](https://github.com/adonisjs/adonis-validation-provider/commit/bbd1a87))
<a name="5.0.0"></a>

@@ -2,0 +12,0 @@ # [5.0.0](https://github.com/adonisjs/adonis-validation-provider/compare/v4.0.9...v5.0.0) (2018-01-31)

8

package.json
{
"name": "@adonisjs/validator",
"version": "5.0.0",
"version": "5.0.1",
"description": "Validator for adonis framework",

@@ -19,7 +19,7 @@ "main": "index.js",

"@adonisjs/generic-exceptions": "^2.0.0",
"indicative": "^5.0.2",
"lodash": "^4.17.4"
"indicative": "^5.0.4",
"lodash": "^4.17.5"
},
"devDependencies": {
"@adonisjs/ace": "^4.0.8",
"@adonisjs/ace": "^5.0.0",
"@adonisjs/fold": "^4.0.5",

@@ -26,0 +26,0 @@ "@adonisjs/sink": "^1.0.13",

@@ -24,2 +24,3 @@ 'use strict'

sanitizor: indicative.sanitizor,
configure: indicative.configure,
formatters: indicative.formatters,

@@ -26,0 +27,0 @@ extend: function (rule, fn) {

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