@types/jest
Advanced tools
Comparing version 0.9.14-alpha to 0.9.15-alpha
{ | ||
"name": "@types/jest", | ||
"version": "0.9.14-alpha", | ||
"version": "0.9.15-alpha", | ||
"description": "Type definitions for Jest 0.9.0 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -10,3 +10,5 @@ "main": "", | ||
"typings": "index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"@types/node": "*" | ||
} | ||
} |
@@ -14,9 +14,9 @@ # Installation | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the jest directory. | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/jest | ||
Additional Details | ||
* Last updated: Tue, 17 May 2016 04:08:21 GMT | ||
* Last updated: Thu, 19 May 2016 20:05:50 GMT | ||
* Typings kind: Global | ||
* Library Dependencies: none | ||
* Library Dependencies: node | ||
* Module Dependencies: none | ||
* Global values: afterEach, beforeEach, describe, it, pit, xdescribe, xit, expect, jest |
{ | ||
"authors": "Asana <https://asana.com>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [], | ||
@@ -12,2 +14,3 @@ "libraryMajorVersion": "0", | ||
"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
6435
137
1
+ Added@types/node@*
+ Added@types/node@22.8.6(transitive)
+ Addedundici-types@6.19.8(transitive)