@types/koa
Advanced tools
Comparing version 2.0.36 to 2.0.37
@@ -22,3 +22,3 @@ // Type definitions for Koa 2.x | ||
declare namespace Koa { } | ||
export = Koa; | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@types/koa", | ||
"version": "2.0.36", | ||
"version": "2.0.37", | ||
"description": "TypeScript definitions for Koa", | ||
@@ -18,3 +18,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "0a8e009b5228747daa363c90b19f6412be20e680b306e4401ab64de22d737a9e" | ||
"typesPublisherContentHash": "d222b2ccb33dc6f9302866645ff135439cc82cc8649fdb34ba39e7aa13ee1649", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Dec 2016 22:35:58 GMT | ||
* Last updated: Sat, 24 Dec 2016 15:13:19 GMT | ||
* Library Dependencies: node | ||
@@ -14,0 +14,0 @@ * Module Dependencies: cookies, events, http, net |
@@ -14,2 +14,3 @@ { | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "Koa", | ||
@@ -28,3 +29,3 @@ "typingsPackageName": "koa", | ||
"hasPackageJson": false, | ||
"contentHash": "0a8e009b5228747daa363c90b19f6412be20e680b306e4401ab64de22d737a9e" | ||
"contentHash": "d222b2ccb33dc6f9302866645ff135439cc82cc8649fdb34ba39e7aa13ee1649" | ||
} |
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
7456