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

@types/jquery.validation

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jquery.validation - npm Package Compare versions

Comparing version 1.13.31 to 1.13.32

4

jquery.validation/index.d.ts

@@ -131,5 +131,5 @@ // Type definitions for jquery.validation 1.13.1

/**
* Callback for handling the actual submit when the form is valid. Gets the form as the only argument. Replaces the default submit. The right place to submit a form via Ajax after it is validated.
* Callback for handling the actual submit when the form is valid. Gets the form and the event object. Replaces the default submit. The right place to submit a form via Ajax after it is validated.
*/
submitHandler?: (form: HTMLFormElement) => void;
submitHandler?: (form: HTMLFormElement, event?: JQueryEventObject) => void;
/**

@@ -136,0 +136,0 @@ * String or Function. If specified, the error label is displayed to show a valid element. If a String is given, it is added as a class to the label. If a Function is given, it is called with the label (as a jQuery object) and the validated input (as a DOM element). The label can be used to add a text like "ok!".

{
"name": "@types/jquery.validation",
"version": "1.13.31",
"description": "TypeScript definitions for jquery.validation 1.13.1",
"version": "1.13.32",
"description": "TypeScript definitions for jquery.validation",
"license": "MIT",

@@ -16,4 +16,4 @@ "author": "François de Campredon <https://github.com/fdecampredon>, John Reilly <https://github.com/johnnyreilly>",

},
"typings": "index.d.ts",
"typesPublisherContentHash": "70811c188617e2afaf858f8e83351dbcd52cf350fb841063c97c44a413090a72"
"peerDependencies": {},
"typesPublisherContentHash": "61d67f47f42f5e141ef1505a1fb4971aafa2bb7fe258ad61ca40701699ab0f15"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for jquery.validation 1.13.1 (http://jqueryvalidation.org/).
This package contains type definitions for jquery.validation (http://jqueryvalidation.org/).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* Last updated: Wed, 30 Nov 2016 23:08:30 GMT
* File structure: Global

@@ -15,0 +15,0 @@ * Library Dependencies: jquery

{
"authors": "François de Campredon <https://github.com/fdecampredon>, John Reilly <https://github.com/johnnyreilly>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [

@@ -8,5 +7,5 @@ "jquery"

"moduleDependencies": [],
"libraryMajorVersion": "1",
"libraryMinorVersion": "13",
"libraryName": "jquery.validation 1.13.1",
"libraryMajorVersion": 1,
"libraryMinorVersion": 13,
"libraryName": "jquery.validation",
"typingsPackageName": "jquery.validation",

@@ -23,3 +22,3 @@ "projectName": "http://jqueryvalidation.org/",

"hasPackageJson": false,
"contentHash": "70811c188617e2afaf858f8e83351dbcd52cf350fb841063c97c44a413090a72"
"contentHash": "61d67f47f42f5e141ef1505a1fb4971aafa2bb7fe258ad61ca40701699ab0f15"
}
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