New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@iobroker/js-controller-common

Package Overview
Dependencies
Maintainers
6
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/js-controller-common - npm Package Compare versions

Comparing version 4.0.13-alpha.0-20220218-918297e3 to 4.0.13-alpha.1-20220219-041f837c

3

lib/common/logger.js

@@ -86,3 +86,4 @@ /* jshint -W097 */

if (ioInfo.message) {
const msgParts = ioInfo.message.match(/^([^.]+\.[0-9]+) \(([^)]+)\) (.*)$/);
// handle as single line with s flag, to if message ends with CR, etc
const msgParts = ioInfo.message.match(/^([^.]+\.[0-9]+) \(([^)]+)\) (.*)$/s);
if (msgParts) {

@@ -89,0 +90,0 @@ ioInfo.props.Source = msgParts[1];

{
"name": "@iobroker/js-controller-common",
"version": "4.0.13-alpha.0-20220218-918297e3",
"version": "4.0.13-alpha.1-20220219-041f837c",
"engines": {

@@ -50,3 +50,3 @@ "node": ">=12.0.0"

],
"gitHead": "185b6f763ffa00c1409c2401dd0a0c784973ede0"
"gitHead": "3cd3477239dd22c10ac42a0de5eb6761216071ae"
}
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