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 4.0.8 to 4.0.9

10

CHANGELOG.md

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

<a name="4.0.9"></a>
## [4.0.9](https://github.com/adonisjs/adonis-validation-provider/compare/v4.0.8...v4.0.9) (2018-01-18)
### Bug Fixes
* **middleware:** sanitizor update request body after sanitization ([19b5217](https://github.com/adonisjs/adonis-validation-provider/commit/19b5217)), closes [#32](https://github.com/adonisjs/adonis-validation-provider/issues/32)
<a name="4.0.8"></a>

@@ -2,0 +12,0 @@ ## [4.0.8](https://github.com/adonisjs/adonis-validation-provider/compare/v4.0.7...v4.0.8) (2017-11-28)

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -55,3 +55,3 @@ 'use strict'

const data = request.all()
const data = request.post()
const sanitizedData = this.Validator.sanitize(data, validatorInstance.sanitizationRules)

@@ -58,0 +58,0 @@

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