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
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.4-alpha.1-20241120-1e3f92f91 to 7.0.4-alpha.2-20241128-664d3c562

9

build/objects.d.ts

@@ -800,2 +800,11 @@ import type * as os from 'node:os';

plugins?: { [pluginName: string]: Record<string, any> };
/** Rules blocks for Javascript rules */
javascriptRules?: {
/** Translations */
i18n?: boolean | Record<string, Record<ioBroker.Languages, string>> | Record<string, string>;
/** Where to load the blocks */
url: string;
/** Blocks names */
name: string;
};

@@ -802,0 +811,0 @@ // Make it possible to narrow the object type using the custom property

4

package.json
{
"name": "@iobroker/types",
"version": "7.0.4-alpha.1-20241120-1e3f92f91",
"version": "7.0.4-alpha.2-20241128-664d3c562",
"engines": {

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

},
"gitHead": "7a9c5a9187e61c415f484ff6c278f3f230fe2881"
"gitHead": "28ecc2db09db36d9b5bd9ddb4dca5511735d5711"
}

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