Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.51 to 5.4.52

2

dist/model/ChannelScene.d.ts

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

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

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

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

super(src);
this.guiUuid = src.guiUuid;
this.guiId = src.guiId;
this.uuid = src.uuid;

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

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

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

@@ -19,3 +19,3 @@ color?: FlowrColor

super(src)
this.guiUuid = src.guiUuid
this.guiId = src.guiId
this.uuid = src.uuid

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

{
"name": "ozone-type",
"version": "5.4.51",
"version": "5.4.52",
"publishConfig": {

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

"license": "ISC",
"gitHead": "efef61d2b793f94732491e6dde27f78a6faa9575"
"gitHead": "e1145b98ec6db4e84e711df1aaf3ca0c313ae161"
}
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