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

@collabland/common

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collabland/common - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

2

dist/utils/debug.js

@@ -18,3 +18,3 @@ "use strict";

const logger = debug_pino_1.getPinoLogger();
process.env.DEBUG_DEPTH = (_a = process.env.DEBUG_DEPTH) !== null && _a !== void 0 ? _a : '4';
process.env.DEBUG_DEPTH = (_a = process.env.DEBUG_DEPTH) !== null && _a !== void 0 ? _a : '8';
/**

@@ -21,0 +21,0 @@ * Create a debug instance for the given namespace

{
"name": "@collabland/common",
"version": "0.13.0",
"version": "0.14.0",
"description": "CollabLand common utilities",

@@ -47,12 +47,12 @@ "main": "dist/index.js",

"devDependencies": {
"@loopback/build": "^6.4.1",
"@loopback/eslint-config": "^10.2.1",
"@loopback/testlab": "^3.4.1",
"@loopback/build": "^7.0.0",
"@loopback/eslint-config": "^11.0.0",
"@loopback/testlab": "^3.4.2",
"@types/node": "^12.12.6",
"source-map-support": "^0.5.19",
"typescript": "~4.3.2"
"typescript": "~4.3.4"
},
"copyright.owner": "Abridged, Inc.",
"author": "Abridged, Inc.",
"gitHead": "c0b3a26228c9b60ad07c3b8e2b528b7bc206c832"
"gitHead": "a4b1f359f48205bb0a045153692d018c6d8e8037"
}

@@ -17,3 +17,3 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved.

process.env.DEBUG_DEPTH = process.env.DEBUG_DEPTH ?? '4';
process.env.DEBUG_DEPTH = process.env.DEBUG_DEPTH ?? '8';

@@ -20,0 +20,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