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.5 to 0.0.6

.eslintrc.json

4

dist/model/godzilla.model.d.ts

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

import { GodzillaConditions, GodzillaItemTypes, GodzillaValueSource } from "./godzilla.enum";
import { GodzillaConditions, GodzillaItemTypes, GodzillaValueSource } from './godzilla.enum';
export interface GodzillaFormCombinedValues {

@@ -46,3 +46,3 @@ label: string;

}
export declare let defaultStyleValues: GodzillaFormControlStyle;
export declare const defaultStyleValues: GodzillaFormControlStyle;
export interface GodzillaFormControlValidator {

@@ -49,0 +49,0 @@ pattern?: string;

@@ -5,3 +5,3 @@ "use strict";

exports.defaultStyleValues = {
col: 12
col: 12,
};

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

import { GodzillaFormCombinedValues } from "../model";
import { GodzillaFormCombinedValues } from '../model';
export declare abstract class GodzillaService {

@@ -3,0 +3,0 @@ }

{
"name": "@godzilla-forms/core",
"version": "0.0.5",
"version": "0.0.6",
"description": "Godzilla Forms core library",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"private": false,

@@ -16,3 +17,3 @@ "publishConfig": {

"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"prepare": "npm run build",

@@ -40,7 +41,12 @@ "prepublishOnly": "npm run build",

"devDependencies": {
"prettier": "^2.7.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.8.3"
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.26.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.1.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