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

mime-standard

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mime-standard

An object mapping ~300 standard mime types to ~400 extensions.

73

Supply Chain Security

76

Quality

82

Maintenance

100

Vulnerabilities

100

License


Version published
Weekly downloads
418
increased by7.73%
Maintainers
0
Weekly downloads
 
Created
Issues
0

Mime Standard

An object mapping ~300 standard mime types to ~400 extensions.

This module basically just exports the content of this file.

Install

npm install mime-standard

Usage

import mime from 'mime-standard';

console.log ( mime );
// {
//   "application/andrew-inset": ["ez"],
//   "application/applixware": ["aw"],
//   "application/atom+xml": ["atom"],
//   ...and so on...
// }

License

MIT © Fabio Spampinato

FAQs

Package last updated on 17 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts