@types/jqueryui
Advanced tools
Comparing version 1.9.14-alpha to 1.9.15-alpha
{ | ||
"name": "@types/jqueryui", | ||
"version": "1.9.14-alpha", | ||
"version": "1.9.15-alpha", | ||
"description": "Type definitions for jQueryUI 1.9 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -10,3 +10,5 @@ "main": "", | ||
"typings": "index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"@types/jquery": "*" | ||
} | ||
} |
@@ -14,9 +14,9 @@ # Installation | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the jqueryui directory. | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/jqueryui | ||
Additional Details | ||
* Last updated: Tue, 17 May 2016 04:08:32 GMT | ||
* Last updated: Thu, 19 May 2016 20:05:54 GMT | ||
* Typings kind: Global | ||
* Library Dependencies: none | ||
* Library Dependencies: jquery | ||
* Module Dependencies: none | ||
* Global values: none |
{ | ||
"authors": "Boris Yankov <https://github.com/borisyankov/>, John Reilly <https://github.com/johnnyreilly>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"jquery" | ||
], | ||
"moduleDependencies": [], | ||
@@ -12,2 +14,3 @@ "libraryMajorVersion": "1", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
73884
1667
0
1
+ Added@types/jquery@*
+ Added@types/jquery@3.5.32(transitive)
+ Added@types/sizzle@2.3.9(transitive)