mime-matcher
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "mime-matcher", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Utility function checking if string is mime type from allowed range", | ||
@@ -15,5 +15,5 @@ "main": "dist/mime-matcher.js", | ||
], | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/katlasik/mime-matcher.git" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/katlasik/mime-matcher.git" | ||
}, | ||
@@ -23,29 +23,28 @@ "author": "Krzysztof Atlasik <krzysztof.atlasik@protonmail.com>", | ||
"devDependencies": { | ||
"babel-core": "^6.22.1", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-istanbul": "^4.1.1", | ||
"babel-loader": "^7.1.5", | ||
"babel-plugin-istanbul": "^4.1.6", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-preset-env": "^1.3.2", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"babel-register": "^6.22.0", | ||
"chai": "^4.1.2", | ||
"cross-env": "^5.1.1", | ||
"jasmine-core": "^2.8.0", | ||
"chai": "^4.2.0", | ||
"cross-env": "^5.2.1", | ||
"karma": "^1.4.1", | ||
"karma-coverage": "^1.1.1", | ||
"karma-coverage": "^1.1.2", | ||
"karma-mocha": "^1.3.0", | ||
"karma-phantomjs-launcher": "^1.0.2", | ||
"karma-phantomjs-shim": "^1.4.0", | ||
"karma-sinon-chai": "^1.3.1", | ||
"karma-sinon-chai": "^1.3.4", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-spec-reporter": "0.0.31", | ||
"karma-webpack": "^2.0.2", | ||
"karma-webpack": "^2.0.13", | ||
"mocha": "^3.2.0", | ||
"phantomjs-prebuilt": "^2.1.15", | ||
"phantomjs-prebuilt": "^2.1.16", | ||
"raw-loader": "^0.5.1", | ||
"sinon": "^4.0.0", | ||
"sinon": "^4.5.0", | ||
"sinon-chai": "^2.8.0", | ||
"webpack": "^3.6.0" | ||
"webpack": "^3.12.0" | ||
} | ||
} |
[![Build Status](https://travis-ci.org/katlasik/mime-matcher.svg?branch=master)](https://travis-ci.org/katlasik/mime-matcher) | ||
[![codecov](https://codecov.io/gh/katlasik/mime-matcher/branch/master/graph/badge.svg)](https://codecov.io/gh/katlasik/mime-matcher) | ||
### Motivation | ||
MimeMatcher is very simple library for checking if mime type string is in allowed range. | ||
@@ -4,0 +8,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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
25
109
226460
34
687