Socket
Socket
Sign inDemoInstall

ozone-type

Package Overview
Dependencies
Maintainers
8
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-type - npm Package Compare versions

Comparing version 5.4.56 to 5.4.58

3

dist/model/ChannelScene.d.ts

@@ -5,3 +5,4 @@ import { Item, UUID } from './Item';

export declare class ChannelScene extends Item {
guiId?: UUID;
guiId: UUID;
guiUuid: UUID;
uuid?: UUID;

@@ -8,0 +9,0 @@ color?: FlowrColor;

@@ -15,2 +15,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

this.guiId = src.guiId;
this.guiUuid = src.guiUuid;
this.uuid = src.uuid;

@@ -17,0 +18,0 @@ this.color = src.color;

@@ -12,4 +12,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

DeviceMessageFlowrConnectRefresh = __decorate([
OzoneType('device.message.flowr.connectrefresh')
OzoneType('device.message.flowr.connect.refresh')
], DeviceMessageFlowrConnectRefresh);
export { DeviceMessageFlowrConnectRefresh };

@@ -7,3 +7,4 @@ import { Item, OzoneType, UUID } from './Item'

export class ChannelScene extends Item {
guiId?: UUID
guiId: UUID
guiUuid: UUID
uuid?: UUID

@@ -20,2 +21,3 @@ color?: FlowrColor

this.guiId = src.guiId
this.guiUuid = src.guiUuid
this.uuid = src.uuid

@@ -22,0 +24,0 @@ this.color = src.color

@@ -5,4 +5,4 @@ import { DeviceMessage } from './DeviceMessage'

@OzoneType('device.message.flowr.connectrefresh')
@OzoneType('device.message.flowr.connect.refresh')
export class DeviceMessageFlowrConnectRefresh extends DeviceMessage {
}
{
"name": "ozone-type",
"version": "5.4.56",
"version": "5.4.58",
"publishConfig": {

@@ -21,3 +21,3 @@ "access": "public"

"license": "ISC",
"gitHead": "21368c9d02d3684e8ac5514a85344c45300a7382"
"gitHead": "0b39283ce4741f4f12d5ee03c06feec7af9eda1f"
}
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