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

@lbu/stdlib

Package Overview
Dependencies
Maintainers
2
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 0.0.43 to 0.0.44

8

package.json
{
"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 @@

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