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-20240522-f267270b9 to 6.0.1-alpha.0-20240523-1d3cb759c

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

3

build/cjs/index.d.ts

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

export * as constants from './lib/common/constants.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: null;
export declare const letsencrypt = true;
//# sourceMappingURL=index.d.ts.map

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

password: () => import_password.password,
session: () => import_session.createAdapterStore,
tools: () => tools

@@ -43,3 +44,4 @@ });

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

@@ -53,4 +55,5 @@ 0 && (module.exports = {

password,
session,
tools
});
//# sourceMappingURL=index.js.map

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

export * as constants from './lib/common/constants.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: null;
export declare const letsencrypt = true;
//# sourceMappingURL=index.d.ts.map

@@ -8,4 +8,5 @@ /// <reference types="@iobroker/types-dev" />

export * as constants from './lib/common/constants.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 const letsencrypt = null;
export const letsencrypt = true;
//# sourceMappingURL=index.js.map
{
"name": "@iobroker/js-controller-common",
"type": "module",
"version": "6.0.1-alpha.0-20240522-f267270b9",
"version": "6.0.1-alpha.0-20240523-1d3cb759c",
"engines": {

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

],
"gitHead": "6278b8e8aa786603c9977221535455f438632516"
"gitHead": "de88c2d79d8b02e0c2a99e593c0be62439cbf007"
}

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

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