Socket
Socket
Sign inDemoInstall

roarr

Package Overview
Dependencies
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

roarr - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

6

dist/factories/createLogger.js

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

const detect_node_1 = __importDefault(require("detect-node"));
const fast_printf_1 = require("fast-printf");
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 sprintfit_1 = require("sprintfit");
const constants_1 = require("../constants");

@@ -95,3 +95,3 @@ const globalThis = globalthis_1.default();

else if (typeof a === 'string') {
message = sprintfit_1.sprintf(a, b, c, d, e, f, g, h, i, j);
message = fast_printf_1.printf(a, b, c, d, e, f, g, h, i, j);
}

@@ -102,3 +102,3 @@ else {

}
message = sprintfit_1.sprintf(b, c, d, e, f, g, h, i, j);
message = fast_printf_1.printf(b, c, d, e, f, g, h, i, j);
}

@@ -105,0 +105,0 @@ onMessage({

@@ -23,7 +23,7 @@ {

"fast-json-stringify": "^2.3.0",
"fast-printf": "^1.3.0",
"globalthis": "^1.0.1",
"is-circular": "^1.0.2",
"json-stringify-safe": "^5.0.1",
"semver-compare": "^1.0.0",
"sprintfit": "^1.0.1"
"semver-compare": "^1.0.0"
},

@@ -82,3 +82,3 @@ "description": "JSON logger for Node.js and browser.",

"typings": "./dist/log.d.ts",
"version": "3.2.0"
"version": "3.3.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