@types/jsdom
Advanced tools
Comparing version 2.0.15-alpha to 2.0.16-alpha
{ | ||
"name": "@types/jsdom", | ||
"version": "2.0.15-alpha", | ||
"version": "2.0.16-alpha", | ||
"description": "Type definitions for jsdom 2.0.0 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -10,3 +10,6 @@ "main": "", | ||
"typings": "index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"@types/node": "*", | ||
"@types/jquery": "*" | ||
} | ||
} |
@@ -14,9 +14,9 @@ # Installation | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the jsdom directory. | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/jsdom | ||
Additional Details | ||
* Last updated: Tue, 17 May 2016 04:08:34 GMT | ||
* Last updated: Thu, 19 May 2016 20:05:54 GMT | ||
* Typings kind: ProperModule | ||
* Library Dependencies: none | ||
* Library Dependencies: node, jquery | ||
* Module Dependencies: none | ||
* Global values: none |
{ | ||
"authors": "Asana <https://asana.com>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"node", | ||
"jquery" | ||
], | ||
"moduleDependencies": [], | ||
@@ -12,2 +15,3 @@ "libraryMajorVersion": "2", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
@@ -14,0 +18,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
10224
199
2
+ Added@types/jquery@*
+ Added@types/node@*
+ Added@types/jquery@3.5.32(transitive)
+ Added@types/node@22.9.0(transitive)
+ Added@types/sizzle@2.3.9(transitive)
+ Addedundici-types@6.19.8(transitive)