New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koa-sendfile

Package Overview
Dependencies
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-sendfile - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

1

index.js

@@ -17,2 +17,3 @@

this.response.status = 200
this.response.lastModified = stats.mtime

@@ -19,0 +20,0 @@ this.response.length = stats.size

11

package.json
{
"name": "koa-sendfile",
"description": "basic file-sending utility for koa",
"version": "1.1.0",
"version": "1.1.1",
"author": {

@@ -26,8 +26,9 @@ "name": "Jonathan Ong",

"scripts": {
"test": "NODE_ENV=test mocha --harmony-generators --require should --reporter spec",
"test-cov": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
"test": "NODE_ENV=test mocha --harmony --require should --reporter spec",
"test-cov": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
},
"engines": {
"node": ">= 0.11.13"
"node": ">= 0.11.13",
"iojs": ">= 1"
},

@@ -34,0 +35,0 @@ "files": [

@@ -10,3 +10,2 @@

[![Downloads][downloads-image]][downloads-url]
[![Gittip][gittip-image]][gittip-url]

@@ -58,3 +57,1 @@ Basic file-sending utility for koa. It does the following:

[downloads-url]: https://npmjs.org/package/koa-sendfile
[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat-square
[gittip-url]: https://www.gittip.com/jonathanong/
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