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.2 to 3.0.3

1

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

@@ -3,0 +4,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.2",
"version": "3.0.3",
"description": "Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.",

@@ -43,3 +43,3 @@ "author": {

"@alcalzone/release-script-plugin-license": "~3.5.9",
"@iobroker/types": "^5.0.10",
"@iobroker/types": "^5.0.11",
"@types/chai": "^4.3.4",

@@ -70,4 +70,4 @@ "@types/chai-as-promised": "^7.1.5",

"peerDependencies": {
"@iobroker/types": "^5.0.10"
"@iobroker/types": "^5.0.11"
}
}

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

-->
### 3.0.3 (2023-07-30)
- (foxriver76) upgrade to new version of types package
### 3.0.2 (2023-07-30)

@@ -118,0 +121,0 @@ - (foxriver76) fix require of `@iobroker/types` in built module

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