New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/mimos

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mimos - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

5

mimos/index.d.ts
// Type definitions for mimos 3.0
// Project: https://github.com/hapijs/mimos
// Definitions by: AJP <https://github.com/AJamesPhillips>
// Linus Unnebäck <https://github.com/LinusU>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
import { DataStructure as MimeDbDataStructure } from 'mime-db';
import { MimeEntry } from 'mime-db';

@@ -22,3 +23,3 @@ /**

export interface MimosOptionsValue extends MimeDbDataStructure {
export interface MimosOptionsValue extends MimeEntry {
/** specify the type value of result objects, defaults to key. See the example below for more clarification. */

@@ -25,0 +26,0 @@ type?: string;

19

mimos/package.json
{
"name": "@types/mimos",
"version": "3.0.1",
"version": "3.0.2",
"description": "TypeScript definitions for mimos",

@@ -9,9 +9,17 @@ "license": "MIT",

"name": "AJP",
"url": "https://github.com/AJamesPhillips"
"url": "https://github.com/AJamesPhillips",
"githubUsername": "AJamesPhillips"
},
{
"name": "Linus Unnebäck",
"url": "https://github.com/LinusU",
"githubUsername": "LinusU"
}
],
"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/mimos"
},

@@ -22,5 +30,4 @@ "scripts": {},

},
"peerDependencies": {},
"typesPublisherContentHash": "fe36d38aa441d98c2c2dcaf361907b6694dfca57bfe20369d2598cb788b96040",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "74956032175155aa2960ce039936744858b2cc20d85bef85b7b668d4a79a229e",
"typeScriptVersion": "2.8"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mimos
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mimos.
Additional Details
* Last updated: Tue, 25 Jul 2017 17:56:27 GMT
* Dependencies: mime-db
### Additional Details
* Last updated: Mon, 30 Mar 2020 22:52:15 GMT
* Dependencies: [@types/mime-db](https://npmjs.com/package/@types/mime-db)
* Global values: none
# Credits
These definitions were written by AJP <https://github.com/AJamesPhillips>.
These definitions were written by [AJP](https://github.com/AJamesPhillips), and [Linus Unnebäck](https://github.com/LinusU).

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