Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iobroker/types

Package Overview
Dependencies
Maintainers
0
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/types - npm Package Compare versions

Comparing version 6.0.12-alpha.0-20240922-1ea0ace13 to 6.0.12-alpha.0-20240924-4e8189ae0

2

build/objects.d.ts

@@ -1077,3 +1077,3 @@ import type * as os from 'node:os';

| 'diskSpaceIssues'
| string;
| (string & {});
/** The human-readable category name */

@@ -1080,0 +1080,0 @@ name: Translated;

@@ -333,2 +333,3 @@ // Types which are safe to share within this repository AND publicly

// eslint-disable-next-line @typescript-eslint/no-empty-object-type
interface AdapterConfig {

@@ -361,3 +362,3 @@ // This is a stub to be augmented in every adapter

err?: Error | null,
obj?: ObjectIdToObjectType<T> | null
obj?: ObjectIdToObjectType<T> | null,
) => void;

@@ -371,3 +372,3 @@ type GetObjectPromise<T extends string = string> = Promise<CallbackReturnTypeOf<GetObjectCallback<T>>>;

[groupName: string]: Record<string, EnumObject>;
}
},
) => void;

@@ -381,3 +382,3 @@ type GetEnumsPromise = Promise<NonNullCallbackReturnTypeOf<GetEnumsCallback>>;

err?: Error | null,
objects?: Record<string, ioBroker.AnyObject & { type: T }>
objects?: Record<string, ioBroker.AnyObject & { type: T }>,
) => void;

@@ -394,3 +395,3 @@ type GetObjectsPromiseTyped<T extends ObjectType> = Promise<

/** If an object was found, this contains the common.name */
name?: StringOrTranslated
name?: StringOrTranslated,
) => void;

@@ -435,3 +436,3 @@

step?: number,
sessionId?: string
sessionId?: string,
) => void;

@@ -500,3 +501,3 @@

err?: Error | null,
result?: { rows: Array<GetObjectViewItem<T>> }
result?: { rows: Array<GetObjectViewItem<T>> },
) => void;

@@ -513,3 +514,3 @@ type GetObjectViewPromise<T extends AnyObject> = Promise<NonNullCallbackReturnTypeOf<GetObjectViewCallback<T>>>;

err?: Error | null,
result?: { rows: GetObjectListItem<T>[] }
result?: { rows: GetObjectListItem<T>[] },
) => void;

@@ -521,3 +522,3 @@ type GetObjectListPromise = Promise<NonNullCallbackReturnTypeOf<GetObjectListCallback<ioBroker.Object>>>;

result?: { id: string; value: ioBroker.Object },
id?: string
id?: string,
) => void;

@@ -524,0 +525,0 @@

{
"name": "@iobroker/types",
"version": "6.0.12-alpha.0-20240922-1ea0ace13",
"version": "6.0.12-alpha.0-20240924-4e8189ae0",
"engines": {

@@ -18,5 +18,2 @@ "node": ">=12.0.0"

},
"devDependencies": {
"tsd": "^0.24.1"
},
"scripts": {

@@ -32,2 +29,5 @@ "build": "ts-node build.ts",

},
"devDependencies": {
"tsd": "^0.31.2"
},
"files": [

@@ -46,3 +46,3 @@ "build/",

},
"gitHead": "f864a31b47322c8d4994b2a4336beaf44d364a55"
"gitHead": "3540964b91b0991a6e81f1d6f9d6e90b9e46dbff"
}

Sorry, the diff of this file is too big to display

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