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.82 to 0.0.83

8

package.json
{
"name": "@lbu/stdlib",
"version": "0.0.82",
"version": "0.0.83",
"description": "All kinds of utility functions",

@@ -17,4 +17,4 @@ "main": "./index.js",

"dependencies": {
"@lbu/insight": "0.0.82",
"@types/node": "14.11.8",
"@lbu/insight": "0.0.83",
"@types/node": "14.11.10",
"dotenv": "8.2.0",

@@ -44,3 +44,3 @@ "lodash.merge": "4.6.2"

},
"gitHead": "33cf141dc201f1df7a95c4f4fc7328f304502a94"
"gitHead": "aaf78ed69ee3b5b03be57f9acf4669c7134ae308"
}

@@ -108,4 +108,6 @@ import { isNil } from "./lodash.js";

originalError: e.originalError
? typeof e.originalError.toJSON === "function"
? e.originalError.toJSON()
? !AppError.instanceOf(e.originalError)
? typeof e.originalError.toJSON === "function"
? e.originalError.toJSON()
: AppError.format(e.originalError, true)
: AppError.format(e.originalError, true)

@@ -112,0 +114,0 @@ : undefined,

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