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

koa-simple-static

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-simple-static - npm Package Compare versions

Comparing version 0.3.8 to 0.3.9

4

lib/index.js

@@ -61,3 +61,3 @@ 'use strict';

const staticCache = (options /*: Opts*/) => {
const simpleStatic = (options /*: Opts*/) => {
const dir = options.dir;

@@ -218,2 +218,2 @@ options.prefix = '/';

exports.default = staticCache;
exports.default = simpleStatic;
{
"name": "koa-simple-static",
"description": "Simple caching static file server for Koa 2.",
"version": "0.3.8",
"version": "0.3.9",
"author": {

@@ -6,0 +6,0 @@ "name": "Zac Anger",

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