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.0-alpha.23-20211206-0b942b61 to 4.0.0-alpha.24-20211207-be691241

4

lib/common/exitCodes.js

@@ -50,2 +50,3 @@ 'use strict';

ADAPTER_ALREADY_INSTALLED: 51,
CANNOT_RESTORE_BACKUP: 52,
CONTROLLER_RUNNING: 99,

@@ -55,3 +56,4 @@ CONTROLLER_NOT_RUNNING: 100,

CANNOT_GET_REPO_LIST: 102,
START_IMMEDIATELY_AFTER_STOP: 156
START_IMMEDIATELY_AFTER_STOP: 156,
FILE_NOT_FOUND: 404
};

@@ -58,0 +60,0 @@ // Allow reverse lookup (exit code -> error name)

{
"name": "@iobroker/js-controller-common",
"version": "4.0.0-alpha.23-20211206-0b942b61",
"version": "4.0.0-alpha.24-20211207-be691241",
"engines": {

@@ -17,2 +17,3 @@ "node": ">=12.0.0"

"fs-extra": "^10.0.0",
"jsonwebtoken": "^8.5.1",
"node-forge": "^0.10.0",

@@ -50,3 +51,3 @@ "node.extend": "^2.0.2",

],
"gitHead": "f13cf41ed8e32220c29282030e0bdfe7ea3046e0"
"gitHead": "034f050e582c5283538ef48114943997f658780b"
}

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

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