🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@iobroker/types

Package Overview
Dependencies
Maintainers
6
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/types

## Usage

Source
npmnpm
Version
7.0.8-alpha.5-20250913-8ad7f66ce
Version published
Weekly downloads
25K
3.64%
Maintainers
6
Weekly downloads
 
Created
Source

Type definitions for ioBroker

Usage

Since this package does not start with @types/, the types are not automatically included in your project. You need to add a reference to this package in your tsconfig.json:

{
  "compilerOptions": {
	"types": ["node", "@iobroker/types"]
  }
}

or by adding an import to a file in your project:

import '@iobroker/types';

Keywords

ioBroker

FAQs

Package last updated on 13 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts