Comparing version 0.1.3 to 0.2.0
@@ -10,3 +10,2 @@ var _ = require('lodash'); | ||
var helmet = require('koa-helmet'); | ||
var bodyParser = require('koa-body-parser'); | ||
var request = require('request'); | ||
@@ -190,3 +189,2 @@ var winston = require('winston'); | ||
}); | ||
app.use(bodyParser()); | ||
app.on('error', function (err) { | ||
@@ -193,0 +191,0 @@ if (app.env !== 'test' || !err.status || err.status >= 500) { |
@@ -5,3 +5,3 @@ { | ||
"description": "Modules for building Atlassian Connect and HipChat Connect add-ons", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"author": "Atlassian (http://atlassian.com)", | ||
@@ -21,3 +21,2 @@ "license": "Apache 2.0", | ||
"koa": "^0.8.2", | ||
"koa-body-parser": "^1.1.0", | ||
"koa-compose": "^2.3.0", | ||
@@ -24,0 +23,0 @@ "koa-helmet": "0.0.1", |
@@ -0,1 +1,3 @@ | ||
[ ![Codeship Status for rbergman/ac-koa](https://codeship.io/projects/4216ff50-fbc2-0131-c83b-72157ffddf87/status)](https://codeship.io/projects/29246) | ||
A Koa.js-based library for building Atlassian Connect and HipChat | ||
@@ -5,2 +7,2 @@ Connect add-ons. This module provides core functionality for building | ||
More information coming soon! | ||
More information coming soon! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11335
13
7
272
- Removedkoa-body-parser@^1.1.0
- Removedco-body@2.0.0(transitive)
- Removediconv-lite@0.4.8(transitive)
- Removedkoa-body-parser@1.1.2(transitive)
- Removedqs@2.4.2(transitive)
- Removedraw-body@1.3.4(transitive)