New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@coscine/form-generator

Package Overview
Dependencies
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coscine/form-generator

This repository contains the [SHACL](https://www.w3.org/TR/shacl/) form-generator [Vue 2](https://vuejs.org/) component used in [Coscine](https://coscine.de/) and the [AIMS project](https://www.aims-projekt.de/).

  • 3.0.10
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-94.19%
Maintainers
4
Weekly downloads
 
Created
Source

SHACL Form Generator

This repository contains the SHACL form-generator Vue 2 component used in Coscine and the AIMS project.

Development

Open in Gitpod

Project setup

yarn install

Compiles and minifies for production

yarn build

Lints files

yarn lint

Lints and fixes files

yarn lint:fix

Usage

Check the property definitions of /src/FormGenerator.vue for understanding the requirements.

<FormGenerator
  :directly-create-rdf-type="directlyCreateRdfType"
  :disabled-mode="formDisabled"
  :fixed-value-mode="fixedValueMode"
  :fixed-values="fixedValues"
  :form-data="metadata"
  :form-data-mime-type="metadataMimeType"
  :locale="locale"
  :selected-shape="applicationProfileUrl"
  :shape-mime-type="shapeMimeType"
  :shapes="applicationProfile"
  :validation-context="validationContext"
  :definedSubject="definedSubject"
  :class-receiver="implementedReceiveClass"
  :user-receiver="implementedReceiveUser"
  @input="inputMetadata"
  @inputFixedValues="inputFixedValues"
  @isValid="isValid"
  @isValidating="isValidating"
/>

How to include in your Vue project:

import Vue from "vue";
import FormGenerator from "@coscine/form-generator";
import "@coscine/form-generator/dist/style.css";
Vue.use(FormGenerator);

FAQs

Package last updated on 03 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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