Socket
Socket
Sign inDemoInstall

roarr

Package Overview
Dependencies
27
Maintainers
1
Versions
150
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.10.0 to 7.10.1

8

dist/src/factories/createLogger.js

@@ -112,3 +112,9 @@ "use strict";

log.child = (context) => {
const asyncLocalContext = getAsyncLocalContext();
let asyncLocalContext;
if (isAsyncLocalContextAvailable()) {
asyncLocalContext = getAsyncLocalContext();
}
else {
asyncLocalContext = createDefaultAsyncLocalContext();
}
if (typeof context === 'function') {

@@ -115,0 +121,0 @@ return (0, exports.createLogger)(onMessage, {

2

package.json

@@ -75,3 +75,3 @@ {

"typings": "./dist/src/Roarr.d.ts",
"version": "7.10.0"
"version": "7.10.1"
}
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