Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koa-static-folder

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-static-folder - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "koa-static-folder",
"version": "0.1.0",
"version": "0.1.1",
"description": "Static file server based on a folder instead of a single file. Node needs to be restarted in order to work through file caching.",

@@ -5,0 +5,0 @@ "main": "index.js",

# koajs-static-folder
Middleware for KoaJS to serve folder as static files.
Middleware for KoaJS to serve a folder as static files. Other implementations require every file to be appointed individually (as far as I know). The software initializes at the startup of your application, so changes made in the underlying folders require a restart of your app.

@@ -5,0 +5,0 @@ ## Example

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc