@lbu/server
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -9,2 +9,3 @@ import compose from "koa-compose"; | ||
isServerLog, | ||
session, | ||
} from "./src/middleware/index.js"; |
{ | ||
"name": "@lbu/server", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Koa server and common middleware", | ||
@@ -18,7 +18,9 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@lbu/insight": "^0.0.13", | ||
"@lbu/stdlib": "^0.0.13", | ||
"@lbu/insight": "^0.0.14", | ||
"@lbu/stdlib": "^0.0.14", | ||
"keygrip": "1.1.0", | ||
"koa": "2.11.0", | ||
"koa-body": "4.1.1", | ||
"koa-compose": "4.1.0" | ||
"koa-compose": "4.1.0", | ||
"koa-session": "6.0.0" | ||
}, | ||
@@ -39,3 +41,3 @@ "author": { | ||
}, | ||
"gitHead": "27639bf9e3c41c17fa263d5e5760cf269d0743de" | ||
"gitHead": "07129065a222685632bef708ce5051ff5f658ae8" | ||
} |
@@ -7,1 +7,2 @@ export { createBodyParsers } from "./body.js"; | ||
export { notFoundHandler } from "./notFound.js"; | ||
export { session } from "./session.js"; |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
18641
14
511
7
8
+ Addedkeygrip@1.1.0
+ Addedkoa-session@6.0.0
+ Added@lbu/insight@0.0.14(transitive)
+ Added@lbu/stdlib@0.0.14(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addedcrc@3.8.0(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedis-class-hotfix@0.0.6(transitive)
+ Addedis-type-of@1.4.0(transitive)
+ Addedisstream@0.1.2(transitive)
+ Addedkoa-session@6.0.0(transitive)
+ Addeduuid@3.4.0(transitive)
- Removed@lbu/insight@0.0.13(transitive)
- Removed@lbu/stdlib@0.0.13(transitive)
Updated@lbu/insight@^0.0.14
Updated@lbu/stdlib@^0.0.14