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.7.0 to 7.8.0

2

dist/src/factories/createLogger.js

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

if (typeof b !== 'string') {
throw new TypeError('Message must be a string.');
throw new TypeError('Message must be a string. Received ' + typeof b + '.');
}

@@ -74,0 +74,0 @@ message = (0, fast_printf_1.printf)(b, c, d, e, f, g, h, i, j);

@@ -76,3 +76,3 @@ {

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