fast-content-type-parse
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "fast-content-type-parse", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "Parse HTTP Content-Type header according to RFC 7231", | ||
"main": "index.js", | ||
"type": "commonjs", | ||
"types": "./types/index.d.ts", | ||
@@ -23,6 +24,6 @@ "scripts": { | ||
"type": "git", | ||
"url": "https://github.com/fastify/fast-content-type-parse.git" | ||
"url": "git+https://github.com/fastify/fast-content-type-parse.git" | ||
}, | ||
"devDependencies": { | ||
"@fastify/pre-commit": "^2.0.2", | ||
"@fastify/pre-commit": "^2.1.0", | ||
"benchmark": "^2.1.4", | ||
@@ -32,4 +33,4 @@ "busboy": "^1.6.0", | ||
"standard": "^17.0.0", | ||
"tap": "^16.3.2", | ||
"tsd": "^0.29.0" | ||
"tap": "^19.2.5", | ||
"tsd": "^0.31.0" | ||
}, | ||
@@ -36,0 +37,0 @@ "pre-commit": [ |
@@ -11,3 +11,3 @@ # fast-content-type-parse | ||
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) | ||
[![Security Responsible Disclosure](https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg)](https://github.com/nodejs/security-wg/blob/HEAD/processes/responsible_disclosure_template.md) | ||
[![Security Responsible Disclosure](https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg)](https://github.com/fastify/.github/blob/main/SECURITY.md) | ||
@@ -14,0 +14,0 @@ </div> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
20910
21