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

mime-type

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mime-type - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

lib/mime-type.js

@@ -24,3 +24,3 @@ // Generated by CoffeeScript 1.9.3

extname = require('path').extname;
extname = require('path-ex').extname;

@@ -27,0 +27,0 @@ extractTypeRegExp = /^\s*([^;\s]*)(?:;|\s|$)/;

{
"name": "mime-type",
"description": "the custom content-type utility can work with mime-db.",
"version": "3.0.0",
"version": "3.0.1",
"contributors": [

@@ -21,2 +21,3 @@ "Riceball LEE https://github.com/snowyu",

"minimatch": "^2.0.8",
"path-ex": "0.0.1",
"util-ex": "^0.3.4"

@@ -31,3 +32,5 @@ },

},
"pre-commit": ["test"],
"pre-commit": [
"test"
],
"files": [

@@ -34,0 +37,0 @@ "HISTORY.md",

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