Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noodl-types - npm Package Compare versions

Comparing version 1.0.56 to 1.0.57

3

dist/componentTypes.d.ts

@@ -10,2 +10,3 @@ import { ActionObject } from './actionTypes';

actions?: (ActionObject | EmitObject | GotoObject)[];
audioStream?: boolean;
contentType?: ContentType;

@@ -15,2 +16,3 @@ chatItem?: Partial<ComponentObject>;

emit?: EmitObject;
image?: string;
isEditable?: boolean;

@@ -34,2 +36,3 @@ iteratorVar?: string;

videoFormat?: string;
videoStream?: boolean;
};

@@ -36,0 +39,0 @@ export interface ComponentObject<T extends string = any> extends Partial<Record<EventType, ActionChain>> {

@@ -19,2 +19,3 @@ export interface StyleObject {

display?: string;
float?: boolean;
flex?: string;

@@ -21,0 +22,0 @@ flexFlow?: any;

2

package.json
{
"name": "noodl-types",
"version": "1.0.56",
"version": "1.0.57",
"description": "NOODL TypeScript Definitions",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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