@lbu/stdlib
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@lbu/stdlib", | ||
"version": "0.0.4", | ||
"description": "Lightbase standard library", | ||
"main": "dist/index.js", | ||
"version": "0.0.5", | ||
"description": "All kinds of utility functions", | ||
"main": "index.js", | ||
"keywords": [ | ||
"stdlib", | ||
"lbu", | ||
"lightbase", | ||
"backend", | ||
"gen", | ||
"generate" | ||
"stdlib", | ||
"standard" | ||
], | ||
"files": [ | ||
"README.md", | ||
"LICENSE", | ||
"dist/**/*.*" | ||
], | ||
"types": "./dist/index.d.ts", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@lbu/insight": "^0.0.4", | ||
"@lbu/insight": "^0.0.5", | ||
"lodash.merge": "4.6.2", | ||
"uuid": "3.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash.merge": "4.6.6", | ||
"@types/node": "13.1.8", | ||
"@types/uuid": "3.4.6" | ||
}, | ||
"author": { | ||
@@ -42,3 +29,6 @@ "name": "Dirk de Visser", | ||
}, | ||
"gitHead": "efcd5097edec95c80c2b7f1e637f6a4f401e26f5" | ||
"engines": { | ||
"node": ">=12" | ||
}, | ||
"gitHead": "9e38110ceb9ddfdbf75a0e8300893fc0d4800e7e" | ||
} |
@@ -12,6 +12,37 @@ # @lbu/stdlib | ||
## Versioning and first release | ||
For internal testing we stay on v0.0.x. To reach v0.1.0 the following features | ||
will be supported: | ||
- Flexible code generation (validators, router, queries, openapi) | ||
- Usable documentation | ||
- Test coverage (either e2e or unit, but enough to be considered somewhat | ||
stable) | ||
- Used in a medium size project @ Lightbase | ||
- Implement a [Realworld project](https://github.com/gothinkster/realworld) | ||
## Features | ||
- @lbu/cli: Project template, and simple script runner | ||
- @lbu/code-gen: Flexible code generators. Supports generating validators, | ||
router, SQL and more | ||
- @lbu/insight: Opinionated logger | ||
- @lbu/server: Wrap around Koa and some useful middleware | ||
- @lbu/stdlib: Growing library with features like uuid generation and background | ||
jobs | ||
## Roadmap | ||
- [ ] @lbu/store: Common abstraction for FileSystem, Redis, Memory support for | ||
queues, KV store etc | ||
- [ ] @lbu/code-gen: More plugins | ||
## Docs | ||
See [/docs](/docs/README.md) | ||
## Development | ||
See [CONTRIBUTING.md](/CONTRIBUTING.md). |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
48
11735
9
336
4
3
+ Added@lbu/insight@0.0.5(transitive)
- Removed@lbu/insight@0.0.4(transitive)
Updated@lbu/insight@^0.0.5