New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lbu/stdlib

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/stdlib - npm Package Compare versions

Comparing version

to
0.0.4

6

package.json
{
"name": "@lbu/stdlib",
"version": "0.0.3",
"version": "0.0.4",
"description": "Lightbase standard library",

@@ -22,3 +22,3 @@ "main": "dist/index.js",

"dependencies": {
"@lbu/insight": "^0.0.3",
"@lbu/insight": "^0.0.4",
"lodash.merge": "4.6.2",

@@ -43,3 +43,3 @@ "uuid": "3.4.0"

},
"gitHead": "a193a6c8c4ae8fa52465e239ecbfdbf22041c47a"
"gitHead": "efcd5097edec95c80c2b7f1e637f6a4f401e26f5"
}
# @lbu/stdlib
Instead of all small packages, a number of hand selected & developed functions.
Some however maybe direct exports like lodash.merge.
Collection of Lightbase backend utilities
## Why
Here at [lightbase](https://lightbase.nl) we had a constantly growing
boilerplate for new projects. To facilitate our needs more and to stop copying
and pasting things around this project was born. This project is for now
tailored at smaller & monolithic projects.
## Docs
## Development
See [CONTRIBUTING.md](/CONTRIBUTING.md).