@types/jquery-validation-unobtrusive
Advanced tools
Comparing version 3.2.14-alpha to 3.2.15-alpha
{ | ||
"name": "@types/jquery-validation-unobtrusive", | ||
"version": "3.2.14-alpha", | ||
"version": "3.2.15-alpha", | ||
"description": "Type definitions for Microsoft jQuery Unobtrusive Validation v3.2.3 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -10,3 +10,5 @@ "main": "", | ||
"typings": "index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"@types/jquery.validation": "*" | ||
} | ||
} |
@@ -14,9 +14,9 @@ # Installation | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the jquery-validation-unobtrusive directory. | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/jquery-validation-unobtrusive | ||
Additional Details | ||
* Last updated: Tue, 17 May 2016 04:08:24 GMT | ||
* Last updated: Thu, 19 May 2016 20:05:51 GMT | ||
* Typings kind: Global | ||
* Library Dependencies: none | ||
* Library Dependencies: jquery.validation | ||
* Module Dependencies: none | ||
* Global values: none |
{ | ||
"authors": "Matt Brooks <https://github.com/EnableSoftware>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"jquery.validation" | ||
], | ||
"moduleDependencies": [], | ||
@@ -12,2 +14,3 @@ "libraryMajorVersion": "3", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "Global", | ||
@@ -14,0 +17,0 @@ "globals": [], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3493
53
1
+ Added@types/jquery.validation@*
+ Added@types/jquery@3.5.32(transitive)
+ Added@types/jquery.validation@1.17.0(transitive)
+ Added@types/sizzle@2.3.9(transitive)