New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@iobroker/types

Package Overview
Dependencies
Maintainers
6
Versions
207
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 to 5.0.4

2

build/shared.d.ts

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

type ReadDirCallback = (err?: NodeJS.ErrnoException | null, entries?: ReadDirResult[]) => void;
type ReadDirPromise = Promise<NonNullCallbackReturnTypeOf<ReadDirCallback>>;
type ReadDirPromise = Promise<ReadDirResult[]>;

@@ -445,0 +445,0 @@ type ReadFileCallback = (err?: NodeJS.ErrnoException | null, data?: Buffer | string, mimeType?: string) => void;

{
"name": "@iobroker/types",
"version": "5.0.3",
"version": "5.0.4",
"engines": {

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

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