You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@zaiusinc/app-forms-schema

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zaiusinc/app-forms-schema - npm Package Compare versions

Comparing version

to
0.4.1

dist/elements/OAuthImageButton.d.ts

5

dist/elements/Elements.d.ts
import { Evaluation } from '../evaluations';
import { Button, LinkButton } from './';
import { Button, LinkButton, OAuthImageButton } from './';
import { CalloutElement } from './CalloutElement';

@@ -17,2 +17,3 @@ import { DividerElement } from './DividerElement';

OAuthButton = "oauth_button",
OAuthImageButton = "oauth_image_button",
File = "file",

@@ -33,2 +34,2 @@ Divider = "divider",

}
export declare type AnyElement = ToggleField | SelectField | MultiSelectField | TextField | SecretField | Button | LinkButton | OAuthButton | FileField | DividerElement | ParagraphElement | CalloutElement;
export declare type AnyElement = ToggleField | SelectField | MultiSelectField | TextField | SecretField | Button | LinkButton | OAuthButton | OAuthImageButton | FileField | DividerElement | ParagraphElement | CalloutElement;

1

dist/elements/Elements.js

@@ -14,2 +14,3 @@ "use strict";

ElementType["OAuthButton"] = "oauth_button";
ElementType["OAuthImageButton"] = "oauth_image_button";
ElementType["File"] = "file";

@@ -16,0 +17,0 @@ ElementType["Divider"] = "divider";

@@ -9,1 +9,2 @@ export * from './Button';

export * from './OAuthButton';
export * from './OAuthImageButton';

@@ -21,2 +21,3 @@ "use strict";

__exportStar(require("./OAuthButton"), exports);
__exportStar(require("./OAuthImageButton"), exports);
//# sourceMappingURL=index.js.map

@@ -238,2 +238,3 @@ "use strict";

_a[index_1.ElementType.OAuthButton] = 'OAuthButton',
_a[index_1.ElementType.OAuthImageButton] = 'OAuthImageButton',
_a[index_1.ElementType.File] = 'FileField',

@@ -240,0 +241,0 @@ _a[index_1.ElementType.Divider] = 'DividerElement',

{
"name": "@zaiusinc/app-forms-schema",
"version": "0.4.0",
"version": "0.4.1",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "licenses": [

import {Evaluation} from '../evaluations';
import {Button, LinkButton} from './';
import {Button, LinkButton, OAuthImageButton} from './';
import {CalloutElement} from './CalloutElement';

@@ -18,2 +18,3 @@ import {DividerElement} from './DividerElement';

OAuthButton = 'oauth_button',
OAuthImageButton = 'oauth_image_button',
File = 'file',

@@ -46,2 +47,3 @@ Divider = 'divider',

| OAuthButton
| OAuthImageButton
| FileField

@@ -48,0 +50,0 @@ | DividerElement

@@ -9,1 +9,2 @@ export * from './Button';

export * from './OAuthButton';
export * from './OAuthImageButton';

@@ -124,2 +124,3 @@ import * as Ajv from 'ajv';

[ElementType.OAuthButton]: 'OAuthButton',
[ElementType.OAuthImageButton]: 'OAuthImageButton',
[ElementType.File]: 'FileField',

@@ -126,0 +127,0 @@ [ElementType.Divider]: 'DividerElement',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display