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

@compas/stdlib

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/stdlib - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

4

package.json
{
"name": "@compas/stdlib",
"version": "0.3.2",
"version": "0.4.0",
"description": "All kinds of utility functions",

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

"dependencies": {
"@types/node": "20.1.4",
"@types/node": "20.2.1",
"dotenv": "16.0.3",

@@ -23,0 +23,0 @@ "lodash.merge": "4.6.2",

@@ -108,4 +108,4 @@ import { lstatSync, realpathSync } from "fs";

process.on("uncaughtExceptionMonitor", (error, origin) =>
logger.error({
process.on("uncaughtException", (error, origin) =>
unhandled({
type: "uncaughtException",

@@ -112,0 +112,0 @@ error: AppError.format(error),

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