Comparing version 2.0.1 to 2.0.2
@@ -7,2 +7,5 @@ # Change Log | ||
[2.0.2] - 2019-10-09 | ||
- **Updated** koa-struct | ||
[2.0.0] - 2019-07-21 | ||
@@ -9,0 +12,0 @@ - **Removed** dev mode |
{ | ||
"name": "apj", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Start with a complete Koa server with zero configuration.", | ||
@@ -39,3 +39,3 @@ "main": "index.js", | ||
"koa-static": "^5.0.0", | ||
"koa-struct": "^1.1.0", | ||
"koa-struct": "^1.2.0", | ||
"koa-views": "^6.1.4", | ||
@@ -42,0 +42,0 @@ "valify": "^4.5.0" |
@@ -235,2 +235,2 @@ # Apj | ||
## Author | ||
<a target="_blank" href="https://rica.li">Fabio Ricali</a> | ||
<a target="_blank" href="https://rica.li">Fabio Ricali</a> |
@@ -16,3 +16,3 @@ const Validator = require('valify'); | ||
const http = require('http'); | ||
const https = require('https'); | ||
//const https = require('https'); | ||
const EventEmitter = require('events'); | ||
@@ -19,0 +19,0 @@ const options = require('./options'); |
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
26418
236
1
Updatedkoa-struct@^1.2.0