Comparing version 1.0.7-canary.0 to 1.0.7-canary.4
@@ -12,3 +12,3 @@ /// <reference types="node" /> | ||
initialize(): Promise<Koa>; | ||
listen(port?: number | string): Promise<import("http").Server>; | ||
listen(port?: number | string): Promise<import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>>; | ||
} |
@@ -6,3 +6,3 @@ "use strict"; | ||
const core_1 = require("@plumier/core"); | ||
const koa_1 = (0, tslib_1.__importDefault)(require("koa")); | ||
const koa_1 = tslib_1.__importDefault(require("koa")); | ||
const path_1 = require("path"); | ||
@@ -9,0 +9,0 @@ class Plumier { |
@@ -5,8 +5,8 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const cors_1 = (0, tslib_1.__importDefault)(require("@koa/cors")); | ||
const cors_1 = tslib_1.__importDefault(require("@koa/cors")); | ||
const core_1 = require("@plumier/core"); | ||
const generic_controller_1 = require("@plumier/generic-controller"); | ||
const chalk_1 = (0, tslib_1.__importDefault)(require("chalk")); | ||
const koa_body_1 = (0, tslib_1.__importDefault)(require("koa-body")); | ||
const qs_1 = (0, tslib_1.__importDefault)(require("qs")); | ||
const chalk_1 = tslib_1.__importDefault(require("chalk")); | ||
const koa_body_1 = tslib_1.__importDefault(require("koa-body")); | ||
const qs_1 = tslib_1.__importDefault(require("qs")); | ||
function createQuery(queryString, extra) { | ||
@@ -13,0 +13,0 @@ const parsed = qs_1.default.parse(queryString); |
@@ -39,3 +39,3 @@ "use strict"; | ||
Object.defineProperty(exports, "ControllerBuilder", { enumerable: true, get: function () { return generic_controller_1.ControllerBuilder; } }); | ||
(0, tslib_1.__exportStar)(require("./facility"), exports); | ||
tslib_1.__exportStar(require("./facility"), exports); | ||
var query_parser_1 = require("@plumier/query-parser"); | ||
@@ -42,0 +42,0 @@ Object.defineProperty(exports, "filterParser", { enumerable: true, get: function () { return query_parser_1.filterParser; } }); |
@@ -5,3 +5,3 @@ "use strict"; | ||
const core_1 = require("@plumier/core"); | ||
const bytes_1 = (0, tslib_1.__importDefault)(require("bytes")); | ||
const bytes_1 = tslib_1.__importDefault(require("bytes")); | ||
function validateSize(opt, val, msg) { | ||
@@ -8,0 +8,0 @@ const expected = (typeof opt === "string") ? (0, bytes_1.default)(opt) : opt; |
{ | ||
"name": "plumier", | ||
"version": "1.0.7-canary.0+03a338c", | ||
"version": "1.0.7-canary.4+f65ec5b", | ||
"description": "Delightful Node.js Rest Framework", | ||
@@ -21,13 +21,13 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@koa/cors": "^3.1.0", | ||
"@plumier/core": "1.0.7-canary.0+03a338c", | ||
"@plumier/generic-controller": "1.0.7-canary.0+03a338c", | ||
"@koa/cors": "^3.4.3", | ||
"@plumier/core": "1.0.7-canary.4+f65ec5b", | ||
"@plumier/generic-controller": "1.0.7-canary.4+f65ec5b", | ||
"@types/bytes": "^3.1.1", | ||
"@types/koa": "^2.13.4", | ||
"@types/koa__cors": "^3.0.3", | ||
"@types/koa": "^2.13.5", | ||
"@types/koa__cors": "^3.3.0", | ||
"@types/qs": "^6.9.7", | ||
"bytes": "^3.1.0", | ||
"koa": "^2.13.3", | ||
"bytes": "^3.1.2", | ||
"koa": "^2.13.4", | ||
"koa-body": "^4.2.0", | ||
"qs": "^6.10.1" | ||
"qs": "^6.11.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "03a338cbd3949d87760411059caf56ccbdf9d6b9" | ||
"gitHead": "f65ec5baa14af9b34793a2ab74f440233f84c6d7" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
29869
Updated@koa/cors@^3.4.3
Updated@types/koa@^2.13.5
Updated@types/koa__cors@^3.3.0
Updatedbytes@^3.1.2
Updatedkoa@^2.13.4
Updatedqs@^6.11.0