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

@logtail/core

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logtail/core - npm Package Compare versions

Comparing version 0.2.0 to 0.2.2

4

dist/cjs/base.js

@@ -20,3 +20,5 @@ "use strict";

// produce a warn log when context object max depth is reached
contextObjectMaxDepthWarn: true
contextObjectMaxDepthWarn: true,
// produce a warning when circular reference is found in context object
contextObjectCircularRefWarn: true,
};

@@ -23,0 +25,0 @@ /**

@@ -18,3 +18,5 @@ import { LogLevel } from "@logtail/types";

// produce a warn log when context object max depth is reached
contextObjectMaxDepthWarn: true
contextObjectMaxDepthWarn: true,
// produce a warning when circular reference is found in context object
contextObjectCircularRefWarn: true,
};

@@ -21,0 +23,0 @@ /**

{
"name": "@logtail/core",
"version": "0.2.0",
"version": "0.2.2",
"description": "Logtail.com - logging core",

@@ -43,6 +43,6 @@ "keywords": [

"dependencies": {
"@logtail/tools": "^0.2.0",
"@logtail/types": "^0.2.0"
"@logtail/tools": "^0.2.2",
"@logtail/types": "^0.2.2"
},
"gitHead": "d226598f304a1582b78f90de3b5750736011dc04"
"gitHead": "7a5d7667b7abd6f8296584a878500266ed861d9d"
}

@@ -35,3 +35,6 @@ import {

// produce a warn log when context object max depth is reached
contextObjectMaxDepthWarn: true
contextObjectMaxDepthWarn: true,
// produce a warning when circular reference is found in context object
contextObjectCircularRefWarn: true,
};

@@ -38,0 +41,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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