Socket
Socket
Sign inDemoInstall

unobtrusive-validation

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

3

index.d.ts

@@ -11,5 +11,6 @@ interface IFormElement extends HTMLElement {

/**
* List of validators used by the library to validate form elements
* List of validators used by the library to validate form elements.
* You can add you own validators when needed.
*/
export declare const validators: ((element: IFormElement) => boolean)[];
export {};

@@ -18,3 +18,4 @@ (function (global, factory) {

/**
* List of validators used by the library to validate form elements
* List of validators used by the library to validate form elements.
* You can add you own validators when needed.
*/

@@ -21,0 +22,0 @@ var validators = [];

@@ -19,3 +19,4 @@ /*

/**
* List of validators used by the library to validate form elements
* List of validators used by the library to validate form elements.
* You can add you own validators when needed.
*/

@@ -22,0 +23,0 @@ export const validators: ((element: IFormElement) => boolean)[] = [];

{
"name": "unobtrusive-validation",
"version": "1.0.1",
"version": "1.0.2",
"description": "Lightweight unobtrusive ASP.NET validation without dependencies",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc