Socket
Socket
Sign inDemoInstall

roarr

Package Overview
Dependencies
28
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.8.0 to 7.8.1

4

dist/src/factories/createLogger.js

@@ -8,5 +8,5 @@ "use strict";

const fast_printf_1 = require("fast-printf");
const fast_safe_stringify_1 = __importDefault(require("fast-safe-stringify"));
const globalthis_1 = __importDefault(require("globalthis"));
const is_circular_1 = __importDefault(require("is-circular"));
const json_stringify_safe_1 = __importDefault(require("json-stringify-safe"));
const config_1 = require("../config");

@@ -62,3 +62,3 @@ const constants_1 = require("../constants");

if (context !== defaultContext && (0, is_circular_1.default)(context)) {
context = JSON.parse((0, json_stringify_safe_1.default)(context));
context = JSON.parse((0, fast_safe_stringify_1.default)(context));
}

@@ -65,0 +65,0 @@ if (typeof a === 'string' && b === undefined) {

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

bar: {
bar: '[Circular ~.bar]',
bar: '[Circular]',
},

@@ -73,0 +73,0 @@ },

@@ -23,5 +23,5 @@ {

"fast-printf": "^1.6.9",
"fast-safe-stringify": "^2.1.1",
"globalthis": "^1.0.2",
"is-circular": "^1.0.2",
"json-stringify-safe": "^5.0.1",
"semver-compare": "^1.0.0"

@@ -77,3 +77,3 @@ },

"typings": "./dist/src/Roarr.d.ts",
"version": "7.8.0"
"version": "7.8.1"
}

@@ -44,2 +44,3 @@ <a name="roarr"></a>

* [Using with Sentry](#roarr-integrations-using-with-sentry)
* [Using with Fastify](#roarr-integrations-using-with-fastify)
* [Using with Elasticsearch](#roarr-integrations-using-with-elasticsearch)

@@ -686,2 +687,7 @@ * [Using with Scalyr](#roarr-integrations-using-with-scalyr)

<a name="roarr-integrations-using-with-fastify"></a>
### Using with Fastify
https://github.com/gajus/roarr-fastify
<a name="roarr-integrations-using-with-elasticsearch"></a>

@@ -688,0 +694,0 @@ ### Using with Elasticsearch

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc