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.1.8 to 0.1.10

5

dist/cjs/base.js

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

// If true, errors/failed logs should be ignored
ignoreExceptions: false
ignoreExceptions: true
};

@@ -126,2 +126,5 @@ /**

}
else {
console.error(e);
}
}

@@ -128,0 +131,0 @@ // Return the resulting log

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

// If true, errors/failed logs should be ignored
ignoreExceptions: false
ignoreExceptions: true
};

@@ -124,2 +124,5 @@ /**

}
else {
console.error(e);
}
}

@@ -126,0 +129,0 @@ // Return the resulting log

4

package.json
{
"name": "@logtail/core",
"version": "0.1.8",
"version": "0.1.10",
"description": "Logtail.com - logging core",

@@ -46,3 +46,3 @@ "keywords": [

},
"gitHead": "9c5128ea013a98366e6634fd3418eb553ae34dc8"
"gitHead": "6f31cf610eea1d13dbc8d4b32c12418da414416b"
}

@@ -29,3 +29,3 @@ import {

// If true, errors/failed logs should be ignored
ignoreExceptions: false
ignoreExceptions: true
};

@@ -200,2 +200,4 @@

throw e;
} else {
console.error(e);
}

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