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 4.0.8 to 4.0.9

1

lib/index.js

@@ -57,2 +57,3 @@ "use strict";

var stats = fs_1.statSync(filename);
// eslint-disable-next-line node/prefer-global/buffer
var buffer = fs_1.readFileSync(filename);

@@ -59,0 +60,0 @@ obj.cacheControl = options.cacheControl;

24

package.json
{
"name": "koa-simple-static",
"description": "Simple caching static file server for Koa",
"version": "4.0.8",
"version": "4.0.9",
"author": {

@@ -56,3 +56,3 @@ "email": "zac@zacanger.com",

"mz": "2.7.0",
"zeelib": "11.1.2"
"zeelib": "11.1.4"
},

@@ -62,23 +62,23 @@ "devDependencies": {

"@types/fs-readdir-recursive": "1.0.0",
"@types/koa": "2.11.3",
"@types/koa": "2.11.4",
"@types/mime-types": "2.1.0",
"@types/mz": "2.7.1",
"@types/node": "14.0.23",
"@types/node": "14.6.4",
"@types/supertest": "2.0.10",
"@types/tape": "4.13.0",
"eslint": "7.5.0",
"eslint-plugin-zacanger": "2.0.5",
"husky": "4.2.5",
"eslint": "7.8.1",
"eslint-plugin-zacanger": "2.1.1",
"husky": "4.3.0",
"istanbul": "0.4.5",
"koa": "2.13.0",
"lint-staged": "10.2.11",
"lint-staged": "10.3.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"prettier": "2.0.5",
"sortpack": "2.1.6",
"prettier": "2.1.1",
"sortpack": "2.1.8",
"supertest": "4.0.2",
"tap-spec": "5.0.0",
"tape": "5.0.1",
"ts-node": "8.10.2",
"typescript": "3.9.7"
"ts-node": "9.0.0",
"typescript": "4.0.2"
},

@@ -85,0 +85,0 @@ "engines": {

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