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

@iobroker/types

Package Overview
Dependencies
Maintainers
6
Versions
206
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 5.0.3-alpha.0-20230613-ac19e215 to 5.0.3

4

build/shared.d.ts

@@ -401,6 +401,6 @@ // Types which are safe to share within this repository AND publicly

type GetStateCallback = (err: Error | null, state?: State | null) => void;
type GetStateCallback = (err?: Error | null, state?: State | null) => void;
type GetStatePromise = Promise<CallbackReturnTypeOf<GetStateCallback>>;
type GetStatesCallback = (err: Error | null, states?: Record<string, State>) => void;
type GetStatesCallback = (err?: Error | null, states?: Record<string, State>) => void;
type GetStatesPromise = Promise<NonNullCallbackReturnTypeOf<GetStatesCallback>>;

@@ -407,0 +407,0 @@

{
"name": "@iobroker/types",
"version": "5.0.3-alpha.0-20230613-ac19e215",
"version": "5.0.3",
"engines": {

@@ -44,3 +44,3 @@ "node": ">=12.0.0"

},
"gitHead": "2cafc994524c845aab9ba102d03308983fb73585"
"gitHead": "ac8847e45c42c3598e29ff45bde97773ed729b1a"
}
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