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
96
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.1.0 to 1.1.1

.nsprc

2

lib/security-middleware-factory/index.js

@@ -27,3 +27,3 @@ 'use strict';

maxAge: 30,
includeSubdomains: true,
includeSubDomains: true,
preload: false

@@ -30,0 +30,0 @@ },

@@ -8,3 +8,4 @@ {

"test-run": "mocha ./lib --recursive",
"test": "npm run test-run && npm audit && npm run code-style",
"audit": "npm audit --json | audit-filter",
"test": "npm run test-run && npm run audit && npm run code-style",
"semantic-release": "CI=true semantic-release"

@@ -26,21 +27,22 @@ },

"dependencies": {
"app-root-path": "2.0.1",
"app-root-path": "2.2.1",
"deep-extend": "0.6.0",
"kcors": "2.2.1",
"kcors": "2.2.2",
"koa-bodyparser": "4.2.1",
"koa-helmet": "4.0.0",
"koa-helmet": "4.1.0",
"koa-methodoverride": "2.0.0",
"koa-requestid": "2.0.1",
"koa-router": "7.4.0",
"koa-ssl": "2.0.0"
"koa-ssl": "2.0.1"
},
"devDependencies": {
"chai": "4.1.2",
"eslint": "4.19.1",
"audit-filter": "0.4.3",
"chai": "4.2.0",
"eslint": "5.16.0",
"eslint-config-emarsys": "5.1.0",
"mocha": "5.2.0",
"mocha": "6.1.4",
"semantic-release": "15.13.3",
"sinon": "6.0.0"
"sinon": "7.3.2"
},
"version": "1.1.0"
"version": "1.1.1"
}

@@ -114,3 +114,3 @@ # Boar Koa Server

maxAge: 30,
includeSubdomains: true,
includeSubDomains: true,
preload: false

@@ -117,0 +117,0 @@ },

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