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

@types/koa-favicon

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/koa-favicon - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

koa-favicon/index.d.ts

@@ -27,2 +27,6 @@ // Type definitions for koa-favicon 2.1

maxage?: number | undefined;
/**
* MIME type of the file at path, defaulting to image/x-icon.
*/
mime?: string | undefined;
}): Koa.Middleware;

@@ -29,0 +33,0 @@

4

koa-favicon/package.json
{
"name": "@types/koa-favicon",
"version": "2.1.0",
"version": "2.1.1",
"description": "TypeScript definitions for koa-favicon",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-favicon",

},
"typesPublisherContentHash": "aa94aca2a4545536efeb6758d19166f7da78cf6f171f76f41706b8510976e8eb",
"typesPublisherContentHash": "155674fc434d7031b18f88c1b946f7da459601db59267a16fe315f5833ca54ec",
"typeScriptVersion": "4.5"
}

@@ -37,2 +37,6 @@ # Installation

maxage?: number | undefined;
/**
* MIME type of the file at path, defaulting to image/x-icon.
*/
mime?: string | undefined;
}): Koa.Middleware;

@@ -46,3 +50,3 @@

### Additional Details
* Last updated: Sun, 08 Oct 2023 16:06:31 GMT
* Last updated: Mon, 09 Oct 2023 06:36:06 GMT
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa)

@@ -49,0 +53,0 @@ * Global values: none

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