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

@types/koa-conditional-get

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa-conditional-get - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

koa-conditional-get/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for koa-conditional-get 2.0

import * as koa from 'koa';
import * as koa from "koa";

@@ -10,0 +10,0 @@ declare function koaConditionalGet(): koa.Middleware;

{
"name": "@types/koa-conditional-get",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for koa-conditional-get",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-conditional-get",
"license": "MIT",

@@ -14,5 +15,7 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/koa-conditional-get"
},

@@ -23,4 +26,4 @@ "scripts": {},

},
"typesPublisherContentHash": "b9b96126a186257cc5720ebe78c3ccbe8cf0096004d8a53a190465169b1a1d03",
"typeScriptVersion": "2.3"
"typesPublisherContentHash": "94c4554eadaf3a7f3c9effbbcf7540d955b0a9dcf5140e722ec2a7e9b9e1237e",
"typeScriptVersion": "4.5"
}

@@ -8,10 +8,25 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-conditional-get
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-conditional-get.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-conditional-get/index.d.ts)
````ts
// Type definitions for koa-conditional-get 2.0
// Project: https://github.com/koajs/conditional-get#readme
// Definitions by: Matthew Bull <https://github.com/wingsbob>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
Additional Details
* Last updated: Mon, 11 Dec 2017 19:14:19 GMT
* Dependencies: koa
import * as koa from "koa";
declare function koaConditionalGet(): koa.Middleware;
export = koaConditionalGet;
````
### Additional Details
* Last updated: Thu, 14 Sep 2023 01:49:18 GMT
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa)
* Global values: none
# Credits
These definitions were written by Matthew Bull <https://github.com/wingsbob>.
These definitions were written by [Matthew Bull](https://github.com/wingsbob).

Sorry, the diff of this file is not supported yet

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