Socket
Socket
Sign inDemoInstall

@iobroker/adapter-core

Package Overview
Dependencies
0
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

1

build/index.d.ts
import { ExitCodes } from "./exitCodes";
import "@iobroker/types";
export { commonTools } from "./controllerTools";

@@ -4,0 +3,0 @@ export * from "./utils";

2

build/index.js

@@ -18,6 +18,6 @@ "use strict";

exports.EXIT_CODES = exports.getAbsoluteInstanceDataDir = exports.getAbsoluteDefaultDataDir = exports.commonTools = void 0;
/// <reference types="@iobroker/types" />
const path = require("path");
const controllerTools_1 = require("./controllerTools");
const utils = require("./utils");
require("@iobroker/types");
// Export utility methods to be used in adapters

@@ -24,0 +24,0 @@ var controllerTools_2 = require("./controllerTools");

{
"name": "@iobroker/adapter-core",
"version": "3.0.1",
"version": "3.0.2",
"description": "Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.",

@@ -5,0 +5,0 @@ "author": {

@@ -116,2 +116,5 @@ # Adapter-Core

-->
### 3.0.2 (2023-07-30)
- (foxriver76) fix require of `@iobroker/types` in built module
### 3.0.1 (2023-07-29)

@@ -118,0 +121,0 @@ - (foxriver76) remove non-existing webserver from tools

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc