Socket
Socket
Sign inDemoInstall

koa-send

Package Overview
Dependencies
Maintainers
9
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-send - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

History.md

17

package.json

@@ -5,3 +5,3 @@ {

"repository": "koajs/send",
"version": "1.3.1",
"version": "1.3.2",
"keywords": [

@@ -17,6 +17,6 @@ "koa",

"devDependencies": {
"koa": "*",
"koa": "1",
"should": "3",
"mocha": "1",
"supertest": "0",
"supertest": "1",
"istanbul-harmony": "0"

@@ -26,10 +26,13 @@ },

"dependencies": {
"debug": "*",
"debug": "^2.6.9",
"mz": "^1.0.1"
},
"scripts": {
"test": "mocha --harmony-generators --require should --reporter spec",
"test-cov": "node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
"test": "mocha --harmony --require should --reporter spec",
"test-cov": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
},
"publishConfig": {
"tag": "latest-1"
}
}
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