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.3 to 2.0.4

3

koa-compress/koa-compress.d.ts

@@ -34,3 +34,3 @@ // Type definitions for koa-compress v2.x

}
/**

@@ -41,3 +41,4 @@ * Compress middleware for Koa

namespace compress {}
export = compress;
}
{
"name": "@types/koa-compress",
"version": "2.0.3",
"version": "2.0.4",
"description": "TypeScript definitions for koa-compress v2.x",

@@ -13,4 +13,8 @@ "license": "MIT",

"scripts": {},
"dependencies": {},
"typings": "koa-compress.d.ts"
"dependencies": {
"@types/koa": "*",
"@types/node": "*"
},
"typings": "koa-compress.d.ts",
"typesPublisherContentHash": "1643fc1ebd538375da4235a4c1dcbae898641cfd493b941c4e17349485eaea7b"
}

@@ -11,5 +11,5 @@ # Installation

Additional Details
* Last updated: Thu, 25 Aug 2016 16:56:07 GMT
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: DeclareModule
* Library Dependencies: none
* Library Dependencies: koa, node
* Module Dependencies: none

@@ -16,0 +16,0 @@ * Global values: none

{
"authors": "Jerry Chin <https://github.com/hellopao/>",
"definitionFilename": "koa-compress.d.ts",
"libraryDependencies": [],
"libraryDependencies": [
"koa",
"node"
],
"moduleDependencies": [],

@@ -22,3 +25,3 @@ "libraryMajorVersion": "2",

"hasPackageJson": false,
"contentHash": "3ef45a213e53a9d430ad50394dbe85100531356b741c3ea2c1df46457720cb91"
"contentHash": "1643fc1ebd538375da4235a4c1dcbae898641cfd493b941c4e17349485eaea7b"
}
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