Socket
Socket
Sign inDemoInstall

koa-static-cache

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-static-cache - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

HISTORY.md

2

index.js

@@ -56,3 +56,3 @@ var crypto = require('crypto')

if (!file)
return yield next
return yield* next

@@ -59,0 +59,0 @@ switch (this.method) {

{
"name": "koa-static-cache",
"description": "Static cache for koa",
"version": "0.1.1",
"version": "1.0.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

@@ -36,3 +36,3 @@ # Koa Static Cache [![Build Status](https://travis-ci.org/koajs/static-cache.png)](https://travis-ci.org/koajs/static-cache)

- `options.alias` (obj) - object map of aliases. See below.
- `options.files` (obj) - optional files object. See below.
- `files` (obj) - optional files object. See below.

@@ -39,0 +39,0 @@ ### Aliases

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