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
199
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.5 to 6.0.6-alpha.0-20240624-92c3310c8

10

build/objects.d.ts

@@ -746,5 +746,5 @@ import type * as os from 'node:os';

/** Configured longitude */
longitude: string;
longitude?: number;
/** Configured latitude */
latitude: string;
latitude?: number;
/** Optional user's city (only for diagnostics) */

@@ -754,2 +754,8 @@ city?: string;

country?: string;
/** User-defined temperature unit */
tempUnit?: '°C' | '°F';
/** User-defined currency */
currency?: string;
/** User-defined first day of the week */
firstDayOfWeek?: 'monday' | 'sunday';
/** Default history instance */

@@ -756,0 +762,0 @@ defaultHistory: string;

3

build/shared.d.ts

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

/** Type of T but makes specific optional properties required */
export type WithRequired<T, K extends keyof T> = T & { [P in K]-?: T[P] };
declare global {

@@ -20,0 +23,0 @@ namespace ioBroker {

{
"name": "@iobroker/types",
"version": "6.0.5",
"version": "6.0.6-alpha.0-20240624-92c3310c8",
"engines": {

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

},
"gitHead": "ae36e4198ad3f2311da0d649765a020f67fa73dd"
"gitHead": "5488022a25457c5e7a130d57e846b972ed6d91f4"
}

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