Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mime-matcher

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mime-matcher - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.idea/$PRODUCT_WORKSPACE_FILE$

33

package.json
{
"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

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