@types/koa-compress
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "@types/koa-compress", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "TypeScript definitions for koa-compress v2.x", | ||
@@ -17,4 +17,5 @@ "license": "MIT", | ||
}, | ||
"typings": "koa-compress.d.ts", | ||
"typesPublisherContentHash": "1643fc1ebd538375da4235a4c1dcbae898641cfd493b941c4e17349485eaea7b" | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "a4a53a1e41c4df29e463b79beace526f05cda30da0254fb28f22f8ecf3e682bb" | ||
} |
@@ -11,6 +11,6 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: DeclareModule | ||
* Last updated: Mon, 21 Nov 2016 21:02:57 GMT | ||
* File structure: ModuleAugmentation | ||
* Library Dependencies: koa, node | ||
* Module Dependencies: none | ||
* Module Dependencies: koa, zlib | ||
* Global values: none | ||
@@ -17,0 +17,0 @@ |
{ | ||
"authors": "Jerry Chin <https://github.com/hellopao/>", | ||
"definitionFilename": "koa-compress.d.ts", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
@@ -8,5 +8,8 @@ "koa", | ||
], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "2", | ||
"libraryMinorVersion": "0", | ||
"moduleDependencies": [ | ||
"koa", | ||
"zlib" | ||
], | ||
"libraryMajorVersion": 2, | ||
"libraryMinorVersion": 0, | ||
"libraryName": "koa-compress v2.x", | ||
@@ -17,3 +20,3 @@ "typingsPackageName": "koa-compress", | ||
"sourceBranch": "types-2.0", | ||
"kind": "DeclareModule", | ||
"kind": "ModuleAugmentation", | ||
"globals": [], | ||
@@ -24,6 +27,6 @@ "declaredModules": [ | ||
"files": [ | ||
"koa-compress.d.ts" | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "1643fc1ebd538375da4235a4c1dcbae898641cfd493b941c4e17349485eaea7b" | ||
"contentHash": "a4a53a1e41c4df29e463b79beace526f05cda30da0254fb28f22f8ecf3e682bb" | ||
} |
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
3264
60