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
0
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.16.10 to 1.17.0

7

jquery.validation/index.d.ts

@@ -21,2 +21,9 @@ /// <reference types="jquery"/>

/**
* Use this to register additional elements to be validatable. Main use case is for validating web components.
* By default, only the following elements are supported: "input", "select", "textarea", "[contenteditable]"
*
* default: []
*/
customElements?: string[] | undefined;
/**
* Use this class to create error labels, to look for existing error labels and to add it to invalid elements.

@@ -23,0 +30,0 @@ *

6

jquery.validation/package.json
{
"name": "@types/jquery.validation",
"version": "1.16.10",
"version": "1.17.0",
"description": "TypeScript definitions for jquery.validation",

@@ -35,5 +35,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.validation",

},
"typesPublisherContentHash": "c8eaa64b286a06eeca533506198cfcec978c1312b78ee357ca602fcbbe1ab165",
"typeScriptVersion": "4.5",
"typesPublisherContentHash": "936fae0d9935e513542b1a3105ad8075fd5554011acc57185e16ca4ea857deeb",
"typeScriptVersion": "4.8",
"nonNpm": true
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Last updated: Thu, 18 Jul 2024 12:45:41 GMT
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery)

@@ -14,0 +14,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