Socket
Socket
Sign inDemoInstall

media-typer

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

5

HISTORY.md

@@ -0,1 +1,6 @@

1.0.2 / 2019-04-19
==================
* Fix JSDoc comment for `parse` function
1.0.1 / 2018-10-20

@@ -2,0 +7,0 @@ ==================

4

index.js

@@ -79,4 +79,4 @@ /*!

*
* @param {string|object} string
* @return {Object}
* @param {string} string
* @return {object}
* @public

@@ -83,0 +83,0 @@ */

{
"name": "media-typer",
"description": "Simple RFC 6838 media type parser and formatter",
"version": "1.0.1",
"version": "1.0.2",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

@@ -9,11 +9,11 @@ "license": "MIT",

"devDependencies": {
"eslint": "5.7.0",
"eslint": "5.16.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-markdown": "1.0.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
"mocha": "5.2.0",
"nyc": "13.1.0"
"mocha": "6.1.4",
"nyc": "14.0.0"
},

@@ -20,0 +20,0 @@ "files": [

@@ -54,2 +54,4 @@ # media-typer

If the given type string is invalid, then a `TypeError` is thrown.
### typer.format(obj)

@@ -67,2 +69,4 @@

If any of the given object values are invalid, then a `TypeError` is thrown.
## License

@@ -69,0 +73,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc