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.1 to 0.0.3

.github/workflows/publish.yml

1

dist/model/godzilla.enum.d.ts

@@ -8,2 +8,3 @@ export declare enum GodzillaItemTypes {

number = "number",
color = "color",
checkbox = "checkbox",

@@ -10,0 +11,0 @@ radio = "radio",

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

GodzillaItemTypes["number"] = "number";
GodzillaItemTypes["color"] = "color";
GodzillaItemTypes["checkbox"] = "checkbox";

@@ -14,0 +15,0 @@ GodzillaItemTypes["radio"] = "radio";

9

dist/package.json
{
"name": "@godzilla-forms/core",
"version": "0.0.1",
"version": "0.0.3",
"description": "Godzilla Forms core library",
"main": "dist/index.js",
"types": "dist/index.d.ts",

@@ -31,9 +30,9 @@ "private": false,

"license": "MIT",
"homepage": "https://github.com/alhazmy13/godzilla#readme",
"homepage": "https://github.com/Godzilla-Forms/core#readme",
"bugs": {
"url": "https://github.com/alhazmy13/godzilla/issues"
"url": "https://github.com/Godzilla-Forms/core/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/alhazmy13/godzilla.git"
"url": "https://github.com/Godzilla-Forms/core.git"
},

@@ -40,0 +39,0 @@ "devDependencies": {

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

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

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

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

@@ -31,9 +30,9 @@ "private": false,

"license": "MIT",
"homepage": "https://github.com/alhazmy13/godzilla#readme",
"homepage": "https://github.com/Godzilla-Forms/core#readme",
"bugs": {
"url": "https://github.com/alhazmy13/godzilla/issues"
"url": "https://github.com/Godzilla-Forms/core/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/alhazmy13/godzilla.git"
"url": "https://github.com/Godzilla-Forms/core.git"
},

@@ -40,0 +39,0 @@ "devDependencies": {

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