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

koa-sendfile

Package Overview
Dependencies
Maintainers
9
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.1 to 1.1.2

History.md

22

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

@@ -13,13 +13,14 @@ "name": "Jonathan Ong",

"dependencies": {
"debug": "*",
"debug": "^3.2.5",
"etag": "^1.5.1",
"mz": "1"
"mz": "^1.3.0"
},
"devDependencies": {
"istanbul-harmony": "0",
"koa": "*",
"co": "^3.0.5",
"should": "^3.0",
"mocha": "^1.13",
"supertest": "0"
"co": "^3.1.0",
"etag": "^1.8.1",
"istanbul-harmony": "^0.3.16",
"koa": "^1.6.2",
"mocha": "^1.21.5",
"should": "^3.3.2",
"supertest": "^0.15.0"
},

@@ -38,3 +39,6 @@ "scripts": {

],
"publishConfig": {
"tag": "latest-1"
},
"license": "MIT"
}
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