mime-matcher
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mime-matcher", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Utility function checking if string is mime type from allowed range", | ||
@@ -5,0 +5,0 @@ "main": "dist/mime-matcher.js", |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/katlasik/mime-matcher.svg?branch=master)](https://travis-ci.org/katlasik/mime-matcher) | ||
MimeMatcher is very simple library for checking if mime type string is in allowed range. | ||
@@ -2,0 +4,0 @@ You can also match mime types agains wildcards, like `*/*` or `'application/*'` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35
105
307802