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
204
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 7.0.3 to 7.0.4-alpha.0-20241116-db3148f4f

14

build/shared.d.ts

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

/** Log message */
interface LogMessage {
/** unique ID */
_id: number;
/** id of the source instance */
from: string;
/** log level */
severity: string;
/** timestamp */
ts: number;
/** actual content */
message: string;
}
interface Certificates {

@@ -224,0 +238,0 @@ /** private key file */

4

package.json
{
"name": "@iobroker/types",
"version": "7.0.3",
"version": "7.0.4-alpha.0-20241116-db3148f4f",
"engines": {

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

},
"gitHead": "1c716ca37fe7c26d4f56571f90d33be69d45726e"
"gitHead": "55ff47d48ea22e3b8e6dae0f7ecda51344da0a09"
}

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