Socket
Socket
Sign inDemoInstall

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.2 to 1.0.3

dist/commonTypes.d.ts

2

dist/actionTypes.d.ts

@@ -1,2 +0,2 @@

import { IfObject } from '.';
import { IfObject } from './commonTypes';
export declare type ActionType = 'builtIn' | 'evalObject' | 'pageJump' | 'popUp' | 'popUpDismiss' | 'refresh' | 'saveObject' | 'updateObject';

@@ -3,0 +3,0 @@ export interface ActionObject<T extends string = any> {

export * from './actionTypes';
export * from './componentTypes';
export * from './commonTypes';
export * from './styleTypes';
import { ComponentObject } from './componentTypes';
export declare type ContentType = 'countryCode' | 'email' | 'formattedDate' | 'formattedDuration' | 'listObject' | 'number' | 'password' | 'passwordHidden' | 'phoneNumber' | 'phone' | 'tel' | 'text' | 'videoSubStream' | 'vidoeSubStream';
export declare type EventType = 'onClick' | 'onChange' | 'onHover' | 'onMouseEnter' | 'onMouseLeave' | 'onMouseOut' | 'onMouseOver';
export interface EmitObject {
emit: {
actions: any[];
dataKey: string | {
[key: string]: string;
};
};
}
export interface GotoObject {
goto: string;
}
export interface IfObject {
if: [any, any, any];
}
export interface PageObject {
components: ComponentObject[];
final?: string;
init?: string | string[];
module?: string;
pageNumber?: string;
viewport?: any;
[key: string]: any;
}
{
"name": "noodl-types",
"version": "1.0.2",
"version": "1.0.3",
"description": "NOODL TypeScript Definitions",

@@ -24,3 +24,3 @@ "author": "Christopher Tran <christopher@aitmed.com>",

},
"gitHead": "43514ccba89ef44fbf84368fa1bd3d6bf9f9f90a"
"gitHead": "88d8d80399260f43ad8cef8bc991e637e0b37e4e"
}
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