Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
express-file-manager
Advanced tools
This is an Express middleware that provides a nice UI for editing files on the web.
This is an Express middleware that provides a nice UI for editing files on the web.
Text files are edited using Ace. The directory browser and image preview pages can accept drag-and-drop, and will upload files.
var fileManager = require('express-file-manager');
app.use('/filemanager', fileManager(directory, options));
options.textExtensions
- a list of file extensions to be considered "text"options.textTypes
- a list of MIME types (string match or RegExp) to be considered "text".By default, .gitignore
files, and anything with a mime types like */json
, */*+json
, */xml
, */*+xml
and */javascript
are considered text. MIME types that start with text/*
are always considered text.
This project is MIT-licensed.
This package includes MIT-licensed content from open-iconic and Ace.
FAQs
This is an Express middleware that provides a nice UI for editing files on the web.
The npm package express-file-manager receives a total of 0 weekly downloads. As such, express-file-manager popularity was classified as not popular.
We found that express-file-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.