@lbu/stdlib
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -27,4 +27,5 @@ export { uuid } from "./src/datatypes.js"; | ||
mainFn, | ||
noop, | ||
filenameForModule, | ||
dirnameForModule, | ||
} from "./src/utils.js"; |
{ | ||
"name": "@lbu/stdlib", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "All kinds of utility functions", | ||
@@ -16,3 +16,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@lbu/insight": "^0.0.15", | ||
"@lbu/insight": "^0.0.16", | ||
"dotenv": "8.2.0", | ||
@@ -36,3 +36,3 @@ "lodash.merge": "4.6.2", | ||
}, | ||
"gitHead": "2f0f45592d7a0471397cc5d409f6e651f2b59b90" | ||
"gitHead": "12be5e9f611d1c9dd2eb606a326dbf2f2c2f13cb" | ||
} |
@@ -18,2 +18,10 @@ import dotenv from "dotenv"; | ||
/** | ||
* An empty function, doing exactly nothing but returning undefined. | ||
* @return {undefined} | ||
*/ | ||
export function noop() { | ||
return undefined; | ||
} | ||
/** | ||
* Internal gc function reference | ||
@@ -20,0 +28,0 @@ * Note that this is undefined if the gc function is not called and Node is not running |
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
18701
592
+ Added@lbu/insight@0.0.16(transitive)
- Removed@lbu/insight@0.0.15(transitive)
Updated@lbu/insight@^0.0.16