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

noodl-types

Package Overview
Dependencies
Maintainers
1
Versions
241
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.75 to 1.0.76

1

dist/componentTypes.d.ts

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

videoStream?: boolean;
[key: string]: any;
};

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

@@ -19,2 +19,3 @@ export interface EcosDocument<N extends NameField.Base = NameField.Base> {

subtype?: SubtypeObject | null;
[key: string]: any;
}

@@ -26,2 +27,3 @@ export declare type Deat = DeatObject | number;

exptime?: string;
[key: string]: any;
}

@@ -39,8 +41,11 @@ export declare namespace NameField {

data?: string;
[key: string]: any;
}
interface MediaBase<Type extends string = string> extends Base<Type> {
data?: string;
[key: string]: any;
}
interface TextBase<Type extends string = string> extends Base<Type> {
content?: string;
[key: string]: any;
}

@@ -47,0 +52,0 @@ namespace Doc {

2

package.json
{
"name": "noodl-types",
"version": "1.0.75",
"version": "1.0.76",
"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