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

ac-koa

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ac-koa - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

2

lib/index.js

@@ -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) {

3

package.json

@@ -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!
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