@types/koa
Advanced tools
Comparing version 2.0.15-alpha to 2.0.16-alpha
{ | ||
"name": "@types/koa", | ||
"version": "2.0.15-alpha", | ||
"version": "2.0.16-alpha", | ||
"description": "Type definitions for Koa 2.x from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
@@ -13,4 +13,5 @@ "main": "", | ||
"http": "*", | ||
"net": "*" | ||
"net": "*", | ||
"@types/node": "*" | ||
} | ||
} |
@@ -14,9 +14,9 @@ # Installation | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped in the koa directory. | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/koa | ||
Additional Details | ||
* Last updated: Tue, 17 May 2016 04:08:40 GMT | ||
* Last updated: Thu, 19 May 2016 20:05:57 GMT | ||
* Typings kind: ProperModule | ||
* Library Dependencies: none | ||
* Library Dependencies: node | ||
* Module Dependencies: events, http, net | ||
* Global values: Koa |
{ | ||
"authors": "DavidCai1993 <https://github.com/DavidCai1993>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [ | ||
@@ -16,2 +18,3 @@ "events", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
@@ -18,0 +21,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
22734
736
4
+ Added@types/node@*
+ Added@types/node@22.9.0(transitive)
+ Addedundici-types@6.19.8(transitive)