fastify-multer
Advanced tools
Comparing version 1.4.7 to 1.5.0
{ | ||
"name": "fastify-multer", | ||
"description": "Fastify plugin for handling `multipart/form-data`.", | ||
"version": "1.4.7", | ||
"main": "lib/", | ||
"version": "1.5.0", | ||
"main": "lib/index.js", | ||
"types": "lib/", | ||
@@ -7,0 +7,0 @@ "contributors": [ |
@@ -0,5 +1,7 @@ | ||
![Logo](https://user-images.githubusercontent.com/6388707/66124653-463a2d00-e5e5-11e9-8fed-b5bca26b66ea.png) | ||
[![NPM Version](https://badgen.net/npm/v/fastify-multer)](https://www.npmjs.com/package/fastify-multer) [![GitHub CI](https://github.com/fox1t/multer/workflows/ci/badge.svg)](https://github.com/fox1t/multer/actions) ![npm download](https://img.shields.io/npm/dt/fastify-multer) ![David](https://img.shields.io/david/fox1t/multer) ![GitHub last commit](https://img.shields.io/github/last-commit/fox1t/multer) ![GitHub](https://img.shields.io/github/license/fox1t/multer) | ||
# Fastify Multer | ||
[![NPM Version](https://badgen.net/npm/v/fastify-multer)](https://www.npmjs.com/package/fastify-multer) [![GitHub CI](https://github.com/fox1t/multer/workflows/ci/badge.svg)](https://github.com/tehKapa/multer/actions) ![npm download](https://img.shields.io/npm/dt/fastify-multer) ![David](https://img.shields.io/david/fox1t/multer) ![GitHub last commit](https://img.shields.io/github/last-commit/fox1t/multer) ![GitHub](https://img.shields.io/github/license/fox1t/multer) | ||
This package is a port to Fastify of [express multer](https://github.com/expressjs/multer). | ||
@@ -6,0 +8,0 @@ |
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
78634
307