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

@types/koa

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa - npm Package Compare versions

Comparing version 2.0.34 to 2.0.35

2

koa/index.d.ts

@@ -46,2 +46,4 @@ // Type definitions for Koa 2.x

inspect(): any;
[key: string]: any;
}

@@ -48,0 +50,0 @@

7

koa/package.json
{
"name": "@types/koa",
"version": "2.0.34",
"description": "TypeScript definitions for Koa 2.x",
"version": "2.0.35",
"description": "TypeScript definitions for Koa",
"license": "MIT",

@@ -18,4 +18,3 @@ "author": "DavidCai1993 <https://github.com/DavidCai1993>",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "fcf4d76a93e5aae78723796bc5cc97e5d4b9991ad72ae975d918d124a4aa96a0"
"typesPublisherContentHash": "3b3997c1a3a474272805bbd233ca96d5d6e5e601ec249f81626ffa5e14972fb1"
}

@@ -5,15 +5,14 @@ # Installation

# Summary
This package contains type definitions for Koa 2.x (http://koajs.com).
This package contains type definitions for Koa (http://koajs.com).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/koa
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/koa
Additional Details
* Last updated: Mon, 14 Nov 2016 19:34:56 GMT
* File structure: ProperModule
* Last updated: Tue, 13 Dec 2016 21:09:28 GMT
* Library Dependencies: node
* Module Dependencies: cookies, events, http, net
* Global values: Koa
* Global values: none
# Credits
These definitions were written by DavidCai1993 <https://github.com/DavidCai1993>.
{
"authors": "DavidCai1993 <https://github.com/DavidCai1993>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [

@@ -15,11 +14,8 @@ "node"

"libraryMinorVersion": 0,
"libraryName": "Koa 2.x",
"libraryName": "Koa",
"typingsPackageName": "koa",
"projectName": "http://koajs.com",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [
"Koa"
],
"sourceBranch": "master",
"globals": [],
"declaredModules": [

@@ -32,3 +28,3 @@ "koa"

"hasPackageJson": false,
"contentHash": "fcf4d76a93e5aae78723796bc5cc97e5d4b9991ad72ae975d918d124a4aa96a0"
"contentHash": "3b3997c1a3a474272805bbd233ca96d5d6e5e601ec249f81626ffa5e14972fb1"
}
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