@lbu/stdlib
Advanced tools
Comparing version 0.0.43 to 0.0.44
{ | ||
"name": "@lbu/stdlib", | ||
"version": "0.0.43", | ||
"version": "0.0.44", | ||
"description": "All kinds of utility functions", | ||
@@ -17,4 +17,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@lbu/insight": "0.0.43", | ||
"@types/node": "14.0.22", | ||
"@lbu/insight": "0.0.44", | ||
"@types/node": "14.0.23", | ||
"dotenv": "8.2.0", | ||
@@ -38,3 +38,3 @@ "lodash.merge": "4.6.2" | ||
}, | ||
"gitHead": "f3b1d86fb7237f6bdc30f3499e0a383a0e0724da" | ||
"gitHead": "7b7f5bb4365346c8e3098c0eb8a8b43ad306635f" | ||
} |
@@ -52,3 +52,2 @@ # @lbu/stdlib | ||
- Various utilities to get insight in the running process | ||
- Parser to process production logs in an external process | ||
@@ -55,0 +54,0 @@ **@lbu/stdlib**: |
@@ -1,2 +0,1 @@ | ||
import dotenv from "dotenv"; | ||
import { lstatSync, realpathSync } from "fs"; | ||
@@ -7,2 +6,3 @@ import path from "path"; | ||
import { runInNewContext } from "vm"; | ||
import dotenv from "dotenv"; | ||
import { isNil } from "./lodash.js"; | ||
@@ -9,0 +9,0 @@ |
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
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
29993
113
+ Added@lbu/insight@0.0.44(transitive)
+ Added@types/node@14.0.23(transitive)
- Removed@lbu/insight@0.0.43(transitive)
- Removed@types/node@14.0.22(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedinherits@2.0.4(transitive)
- Removedonce@1.4.0(transitive)
- Removedpump@3.0.0(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsplit2@3.1.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwrappy@1.0.2(transitive)
Updated@lbu/insight@0.0.44
Updated@types/node@14.0.23