Gathering detailed insights and metrics for express-rest-file-server
Gathering detailed insights and metrics for express-rest-file-server
Gathering detailed insights and metrics for express-rest-file-server
Gathering detailed insights and metrics for express-rest-file-server
vite-plugin-api
A Vite.js plugin that creates API routes by mapping the directory structure, similar to Next.js API Routes. This plugin enhances the functionality for backend development using Vite.
monpress
An intuitive Express framework in TypeScript that leverages file-based routing and flexible middleware support to streamline backend development.
vite-plugin-api-routes
A Vite.js plugin that creates API routes by mapping the directory structure, similar to Next.js API Routes. This plugin enhances the functionality for backend development using Vite.
generic-rest-api-dev
A generic REST API library that creates and manages JSON files based on the request path. Perfect for rapid prototyping, testing, and development environments.
CRUD operations with files storing in-memory or disk
npm install express-rest-file-server
Typescript
Module System
Min. Node Version
Node Version
NPM Version
60.4
Supply Chain
78.3
Quality
71.2
Maintenance
50
Vulnerability
99.3
License
JavaScript (100%)
Total Downloads
3,653
Last Day
1
Last Week
2
Last Month
20
Last Year
243
MIT License
29 Commits
3 Forks
1 Watchers
1 Branches
1 Contributors
Updated on May 09, 2018
Minified
Minified + Gzipped
Latest Version
1.1.0
Package Id
express-rest-file-server@1.1.0
Unpacked Size
16.26 kB
Size
5.34 kB
File Count
9
NPM Version
5.6.0
Node Version
9.11.1
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
100%
2
Compared to previous week
Last Month
-23.1%
20
Compared to previous month
Last Year
18.5%
243
Compared to previous year
An express based application, inspired by mock-file-server, to be used as a CRUD file server storing content in the memory (temporal) or in the disk (permanent) of the server.
You can either install it globally o locally to your project
1# global installation 2npm install -g express-rest-file-server 3# local installation 4npm install express-rest-file-server
To start using it with default options, just run
1# global installation 2express-rest-file-server 3# local installation 4npx express-rest-file-server
memory
or disk
(defaults to memory)disk
(defaults to /tmp
)Uploads a file to the store with its original name
Uploads a file to the store with a custom name (:filename)
Uploads a chuck of a file to the store with a custom name (:filename)
Builds a file from its chunks
Retrieve a file by its name
Retrieve a file size by its name
Remove a file by its name
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/18 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
92 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More