Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lbu/insight

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lbu/insight - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

index.js

27

package.json
{
"name": "@lbu/insight",
"version": "0.0.4",
"version": "0.0.5",
"description": "Simple logger in NDJSON format",
"main": "dist/index.js",
"main": "index.js",
"keywords": [
"logging",
"ndjson",
"insight",
"lightbase",
"lbu",
"lightbase",
"backend",
"gen",
"generate"
"logger"
],
"files": [
"README.md",
"LICENSE",
"dist/**/*.*"
],
"types": "./dist/index.d.ts",
"license": "MIT",
"devDependencies": {
"@types/node": "13.1.8"
},
"author": {

@@ -37,3 +23,6 @@ "name": "Dirk de Visser",

},
"gitHead": "efcd5097edec95c80c2b7f1e637f6a4f401e26f5"
"engines": {
"node": ">=12"
},
"gitHead": "9e38110ceb9ddfdbf75a0e8300893fc0d4800e7e"
}

@@ -12,6 +12,37 @@ # @lbu/insight

## 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).
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