Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/koa-compress

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa-compress - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

koa-compress/index.d.ts

7

koa-compress/package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc