Socket
Socket
Sign inDemoInstall

koa-json

Package Overview
Dependencies
2
Maintainers
9
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

6

History.md
1.1.2 / 2016-04-28
==================
* fix: compatibility with node 6
* travis: add node 6
1.1.0 / 2014-05-28

@@ -3,0 +9,0 @@ ==================

19

package.json
{
"name": "koa-json",
"version": "1.1.1",
"version": "1.1.2",
"repository": "koajs/json",

@@ -12,14 +12,17 @@ "description": "pretty (non-compressed) json response middleware",

"koa-is-json": "1",
"streaming-json-stringify": "1"
"streaming-json-stringify": "3"
},
"devDependencies": {
"mocha": "1",
"should": "3",
"koa": "0",
"supertest": "0"
"istanbul": "0",
"mocha": "2",
"koa": "1",
"supertest": "1"
},
"license": "MIT",
"scripts": {
"test": "make test"
}
"test": "NODE_ENV=test mocha --reporter spec",
"test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha",
"test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
},
"files": ["index.js"]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc