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
2
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 12.3.0 to 12.3.1

16

build/adonis-typings/validator.d.ts

@@ -731,2 +731,7 @@ /// <reference types="validator" />

/**
* Validate string value to be formatted as an email
* address
*/
email(options?: EmailValidationOptions): Rule;
/**
* Value must be a valid email address

@@ -737,7 +742,2 @@ * @deprecated

/**
* Validate string value to be formatted as an email
* address
*/
email(options?: EmailValidationOptions): Rule;
/**
* Normalize email address

@@ -748,9 +748,9 @@ */

* Value must be a valid url
* @deprecated
*/
url(options?: UrlOptions): Rule;
url(options?: UrlValidationOptions): Rule;
/**
* Value must be a valid url
* @deprecated
*/
url(options?: UrlValidationOptions): Rule;
url(options?: UrlOptions): Rule;
/**

@@ -757,0 +757,0 @@ * Normalize URL

{
"name": "@adonisjs/validator",
"version": "12.3.0",
"version": "12.3.1",
"description": "Validator for adonis framework",

@@ -5,0 +5,0 @@ "main": "build/providers/ValidatorProvider.js",

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