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.1 to 1.16.2

jquery.validation/LICENSE

6

jquery.validation/index.d.ts

@@ -13,3 +13,3 @@ // Type definitions for jquery.validation 1.16

type ShouldValidatePredicate = boolean|ValidatePredicate;
type ShouldValidatePredicate = boolean | ValidatePredicate;

@@ -222,3 +222,3 @@ interface ValidationOptions {

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

@@ -237,3 +237,3 @@ /**

interface Validator {
element(element: string|JQuery): boolean;
element(element: string | JQuery): boolean;
checkForm(): boolean;

@@ -240,0 +240,0 @@ /**

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

@@ -30,4 +30,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "b0bf24c2c80e40db5c6921d9f3567229868c8a755413ec98a5c8539fe89e059c",
"typesPublisherContentHash": "da602fd21fab29c037e31e5ee7bb4aa17e241b20be363697eb974a8d27e9af4b",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/jquery.validation
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery.validation
Additional Details
* Last updated: Wed, 29 Mar 2017 23:15:11 GMT
* Last updated: Thu, 04 May 2017 22:35:19 GMT
* Dependencies: 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