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.16.7 to 1.16.8

14

jquery.validation/index.d.ts

@@ -10,5 +10,7 @@ // Type definitions for non-npm package jquery.validation 1.16

declare namespace JQueryValidation {
interface RulesDictionary { [name: string]: any; }
interface RulesDictionary {
[name: string]: any;
}
type ValidatePredicate = ((element: HTMLElement, event: JQueryEventObject) => void);
type ValidatePredicate = (element: HTMLElement, event: JQueryEventObject) => void;

@@ -217,3 +219,7 @@ type ShouldValidatePredicate = boolean | ValidatePredicate;

*/
addMethod(name: string, method: (value: any, element: HTMLElement, params: any) => boolean, message?: string | ((params: any, element: HTMLElement) => string)): void;
addMethod(
name: string,
method: (value: any, element: HTMLElement, params: any) => boolean,
message?: string | ((params: any, element: HTMLElement) => string),
): void;
/**

@@ -224,3 +230,3 @@ * Replaces {n} placeholders with arguments.

*/
format(template: string): ((...args: any[]) => string);
format(template: string): (...args: any[]) => string;
format(template: string, ...args: any[]): string;

@@ -227,0 +233,0 @@ /**

{
"name": "@types/jquery.validation",
"version": "1.16.7",
"version": "1.16.8",
"description": "TypeScript definitions for jquery.validation",

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

},
"typesPublisherContentHash": "1d3ed195dd78ab5be284dcc50628a3e46b4a20192327606ca56bd1c0c37a75d0",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "647fe14bee85b44a1d9ed4a48a2d4525e0a836c711ead4a3f69aee61411385b5",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Thu, 08 Jul 2021 16:22:44 GMT
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery)

@@ -14,0 +14,0 @@ * Global values: none

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