Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.2 to 1.0.3

10

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

@@ -17,2 +17,3 @@ "name": "Jonathan Ong",

"devDependencies": {
"istanbul-harmony": "0",
"koa": "*",

@@ -25,3 +26,5 @@ "co": "^3.0.5",

"scripts": {
"test": "NODE_ENV=test mocha --harmony-generators --require should --reporter spec --bail"
"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"
},

@@ -31,3 +34,6 @@ "engines": {

},
"files": [
"index.js"
],
"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