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

@emartech/boar-koa-server

Package Overview
Dependencies
Maintainers
55
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emartech/boar-koa-server - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

package.json

@@ -31,4 +31,2 @@ {

"app-root-path": "2.0.1",
"eslint": "4.6.1",
"eslint-config-emarsys": "4.0.0",
"kcors": "2.2.1",

@@ -45,2 +43,4 @@ "koa-bodyparser": "4.2.0",

"chai": "4.1.2",
"eslint": "4.6.1",
"eslint-config-emarsys": "4.0.0",
"mocha": "3.5.1",

@@ -51,3 +51,3 @@ "nsp": "2.8.0",

},
"version": "1.0.1"
"version": "1.0.2"
}

@@ -7,5 +7,5 @@ # Boar Koa Server

``` javascript
const koa = require('koa');
const Koa = require('koa');
const path = require('path');
const koaApp = module.exports = koa();
const koaApp = module.exports = new Koa();
const config = require('./config');

@@ -12,0 +12,0 @@ const App = require('@emartech/boar-koa-server').app;

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