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

@godzilla-forms/core

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@godzilla-forms/core - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

0

dist/index.d.ts
export * from './model';
export * from './services';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum GodzillaItemTypes {

@@ -0,0 +0,0 @@ "use strict";

6

dist/model/godzilla.model.d.ts

@@ -14,2 +14,3 @@ import { GodzillaConditions, GodzillaItemTypes, GodzillaValueSource } from './godzilla.enum';

options?: GodzillaFormControlOptions;
file?: GodzillaFileControl;
style?: GodzillaFormControlStyle;

@@ -25,2 +26,5 @@ validators?: GodzillaFormControlValidator;

}
export interface GodzillaFileControl {
multiple: boolean;
}
export interface GodzillaFormControlValues {

@@ -56,2 +60,4 @@ defaultValue: string | boolean;

maxLength?: number;
maxSize?: number;
allowedTypes?: string;
}

@@ -58,0 +64,0 @@ export interface GodzillaFormControlErrors {

@@ -0,0 +0,0 @@ "use strict";

export * from './godzilla.model';
export * from './godzilla.enum';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { GodzillaFormCombinedValues } from '../model';

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "@godzilla-forms/core",
"version": "0.0.7",
"version": "0.0.8",
"description": "Godzilla Forms core library",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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