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

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 1.0.4 to 1.0.6

1

index.js

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

readDir(dir).forEach(function (name) {
name = name.replace(/\\/g, '/')
var pathname = '/' + name

@@ -19,0 +20,0 @@ var obj = files[pathname] = {}

2

package.json
{
"name": "koa-static-cache",
"description": "Static cache for koa",
"version": "1.0.4",
"version": "1.0.6",
"author": {

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

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