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.9 to 0.0.10

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";

4

dist/model/godzilla.model.d.ts

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

export interface GodzillaFormStyle {
type: GodzillaFormType;
type: GodzillaFormType | string;
showSubmitButton?: boolean;

@@ -31,3 +31,3 @@ submitLabel?: string;

value: GodzillaFormControlValues;
type: GodzillaItemTypes;
type: GodzillaItemTypes | string;
options?: GodzillaFormControlOptions;

@@ -34,0 +34,0 @@ file?: GodzillaFileControl;

@@ -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";

{
"name": "@godzilla-forms/core",
"version": "0.0.9",
"version": "0.0.10",
"description": "Godzilla Forms core library",

@@ -40,6 +40,7 @@ "types": "dist/index.d.ts",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",

@@ -49,4 +50,5 @@ "eslint-plugin-import": "^2.26.0",

"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
}
}
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