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

@bpmn-io/form-js

Package Overview
Dependencies
Maintainers
0
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpmn-io/form-js - npm Package Compare versions

Comparing version 1.11.0-alpha.0 to 1.11.0

dist/assets/draggle.css

12

package.json
{
"name": "@bpmn-io/form-js",
"version": "1.11.0-alpha.0",
"version": "1.11.0",
"description": "View and edit forms - powered by bpmn.io",

@@ -64,6 +64,6 @@ "exports": {

"dependencies": {
"@bpmn-io/form-js-carbon-styles": "^1.11.0-alpha.0",
"@bpmn-io/form-js-editor": "^1.11.0-alpha.0",
"@bpmn-io/form-js-playground": "^1.11.0-alpha.0",
"@bpmn-io/form-js-viewer": "^1.11.0-alpha.0"
"@bpmn-io/form-js-carbon-styles": "^1.11.0",
"@bpmn-io/form-js-editor": "^1.11.0",
"@bpmn-io/form-js-playground": "^1.11.0",
"@bpmn-io/form-js-viewer": "^1.11.0"
},

@@ -76,3 +76,3 @@ "sideEffects": [

],
"gitHead": "05c03607877ce52cf7ea96e71b5819ea17c1a8b4"
"gitHead": "d1731fe95e832b1408564d14dc6d4a139a6a90ab"
}

@@ -18,2 +18,20 @@ # @bpmn-io/form-js

const schema = {
type: 'default',
components: [
{
key: 'creditor',
label: 'Creditor',
type: 'textfield',
validate: {
required: true,
},
},
],
};
const data = {
creditor: 'John Doe Company',
};
const form = new Form({

@@ -55,2 +73,20 @@ container: document.querySelector('#form'),

const schema = {
type: 'default',
components: [
{
key: 'creditor',
label: 'Creditor',
type: 'textfield',
validate: {
required: true,
},
},
],
};
const data = {
creditor: 'John Doe Company',
};
const formPlayground = new FormPlayground({

@@ -57,0 +93,0 @@ container: document.querySelector('#form-playground'),

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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