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 6.0.1-alpha.0-20240523-1d3cb759c to 6.0.1-alpha.0-20240524-14a872375

2

build/cjs/index.d.ts

@@ -8,4 +8,2 @@ export * as tools from './lib/common/tools.js';

export { createAdapterStore as session } from './lib/common/session.js';
/** This is a backward compatibility shim, if all adapters are on adapter-core 2.6.11 or 3.1.4 remove this */
export declare const letsencrypt = true;
//# sourceMappingURL=index.d.ts.map

@@ -30,3 +30,2 @@ "use strict";

defaultRedisInterview: () => import_interview.defaultRedisInterview,
letsencrypt: () => letsencrypt,
logger: () => import_logger.logger,

@@ -45,3 +44,2 @@ password: () => import_password.password,

var import_session = require("./lib/common/session.js");
const letsencrypt = true;
// Annotate the CommonJS export names for ESM import in node:

@@ -52,3 +50,2 @@ 0 && (module.exports = {

defaultRedisInterview,
letsencrypt,
logger,

@@ -55,0 +52,0 @@ password,

9

build/cjs/lib/common/tools.d.ts

@@ -6,3 +6,3 @@ /// <reference types="node" resolution-mode="require"/>

import { type ChildProcessPromise } from 'promisify-child-process';
import type { CommandResult } from '@alcalzone/pak';
import type { CommandResult, PackageManager } from '@alcalzone/pak';
import type { ExecOptions } from 'node:child_process';

@@ -244,2 +244,9 @@ type DockerInformation = {

/**
*
* Figure out which package manager is in charge, but with a fallback to npm.
*
* @param cwd Which directory to work in. If none is given, this defaults to ioBroker's root directory.
*/
export declare function detectPackageManagerWithFallback(cwd?: string): Promise<PackageManager>;
/**
* Installs a node module using npm or a similar package manager

@@ -246,0 +253,0 @@ *

@@ -8,4 +8,2 @@ export * as tools from './lib/common/tools.js';

export { createAdapterStore as session } from './lib/common/session.js';
/** This is a backward compatibility shim, if all adapters are on adapter-core 2.6.11 or 3.1.4 remove this */
export declare const letsencrypt = true;
//# sourceMappingURL=index.d.ts.map

@@ -9,4 +9,2 @@ /// <reference types="@iobroker/types-dev" />

export { createAdapterStore as session } from './lib/common/session.js';
/** This is a backward compatibility shim, if all adapters are on adapter-core 2.6.11 or 3.1.4 remove this */
export const letsencrypt = true;
//# sourceMappingURL=index.js.map

@@ -6,3 +6,3 @@ /// <reference types="node" resolution-mode="require"/>

import { type ChildProcessPromise } from 'promisify-child-process';
import type { CommandResult } from '@alcalzone/pak';
import type { CommandResult, PackageManager } from '@alcalzone/pak';
import type { ExecOptions } from 'node:child_process';

@@ -244,2 +244,9 @@ type DockerInformation = {

/**
*
* Figure out which package manager is in charge, but with a fallback to npm.
*
* @param cwd Which directory to work in. If none is given, this defaults to ioBroker's root directory.
*/
export declare function detectPackageManagerWithFallback(cwd?: string): Promise<PackageManager>;
/**
* Installs a node module using npm or a similar package manager

@@ -246,0 +253,0 @@ *

{
"name": "@iobroker/js-controller-common",
"type": "module",
"version": "6.0.1-alpha.0-20240523-1d3cb759c",
"version": "6.0.1-alpha.0-20240524-14a872375",
"engines": {

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

],
"gitHead": "de88c2d79d8b02e0c2a99e593c0be62439cbf007"
"gitHead": "50ca19082e886ec5ff24fb5cc073de0a1eb84d0f"
}

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 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