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

@types/mime-db

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mime-db - npm Package Compare versions

Comparing version 1.43.4 to 1.43.5

2

mime-db/index.d.ts

@@ -12,3 +12,3 @@ declare namespace database {

/** Known extensions associated with this mime type. */
readonly extensions?: ReadonlyArray<string> | undefined;
readonly extensions?: readonly string[] | undefined;
/** Whether a file of this type can be gzipped. */

@@ -15,0 +15,0 @@ readonly compressible?: boolean | undefined;

{
"name": "@types/mime-db",
"version": "1.43.4",
"version": "1.43.5",
"description": "TypeScript definitions for mime-db",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mime-db",

"dependencies": {},
"typesPublisherContentHash": "592fe531a06bde1a3bac75546b46549620c960a21bd73204450d01de4138f0bb",
"typesPublisherContentHash": "194807795223aac61e22bd578c0ce6b3174a3608d6f2751b1e35566a0431e185",
"typeScriptVersion": "4.5"
}

@@ -22,3 +22,3 @@ # Installation

/** Known extensions associated with this mime type. */
readonly extensions?: ReadonlyArray<string> | undefined;
readonly extensions?: readonly string[] | undefined;
/** Whether a file of this type can be gzipped. */

@@ -53,3 +53,3 @@ readonly compressible?: boolean | undefined;

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -56,0 +56,0 @@

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