Socket
Socket
Sign inDemoInstall

fastify-multer

Package Overview
Dependencies
23
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.1 to 1.5.2

2

lib/index.d.ts

@@ -32,2 +32,2 @@ /// <reference types="node" />

declare const _default: MulterFactory;
export default _default;
export = _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const make_prehandler_1 = require("./lib/make-prehandler");

@@ -93,3 +92,3 @@ const disk_1 = require("./storage/disk");

multer.default = multer;
exports.default = multer;
module.exports = multer;
//# sourceMappingURL=index.js.map
{
"name": "fastify-multer",
"description": "Fastify plugin for handling `multipart/form-data`.",
"version": "1.5.1",
"version": "1.5.2",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "types": "lib/",

@@ -143,2 +143,2 @@ import { IncomingMessage, Server, ServerResponse } from 'http'

export default multer as MulterFactory
export = multer as MulterFactory

Sorry, the diff of this file is not supported yet

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