Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iobroker/js-controller-common

Package Overview
Dependencies
Maintainers
6
Versions
395
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 5.0.20-alpha.0-20240418-165fc4c8 to 5.0.20-alpha.0-20240418-a0e0bc1d

4

build/cjs/lib/common/logger.js

@@ -42,4 +42,4 @@ "use strict";

const import_meta = {};
const thisDir = url.fileURLToPath(new URL(".", import_meta.url || "file://" + __dirname));
const require2 = (0, import_node_module.createRequire)(import_meta.url || "file://" + __dirname);
const thisDir = url.fileURLToPath(new URL(".", import_meta.url || "file://" + __filename));
const require2 = (0, import_node_module.createRequire)(import_meta.url || "file://" + __filename);
const hostname = tools.getHostName();

@@ -46,0 +46,0 @@ let SysLog;

@@ -13,5 +13,5 @@ import winston from 'winston';

// eslint-disable-next-line unicorn/prefer-module
const thisDir = url.fileURLToPath(new URL('.', import.meta.url || 'file://' + __dirname));
const thisDir = url.fileURLToPath(new URL('.', import.meta.url || 'file://' + __filename));
// eslint-disable-next-line unicorn/prefer-module
const require = createRequire(import.meta.url || 'file://' + __dirname);
const require = createRequire(import.meta.url || 'file://' + __filename);
const hostname = tools.getHostName();

@@ -18,0 +18,0 @@ let SysLog;

{
"name": "@iobroker/js-controller-common",
"type": "module",
"version": "5.0.20-alpha.0-20240418-165fc4c8",
"version": "5.0.20-alpha.0-20240418-a0e0bc1d",
"engines": {

@@ -15,3 +15,3 @@ "node": ">=18.0.0"

"@alcalzone/pak": "^0.8.1",
"axios": "^1.6.0",
"axios": "^1.6.3",
"ci-info": "^3.8.0",

@@ -77,3 +77,3 @@ "deep-clone": "^3.0.3",

],
"gitHead": "ba7b732f23ddf0da772e23ed6175185ec204ee6b"
"gitHead": "acbee7a1c28f373d894164718cb84f07e93d5fd2"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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