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
6
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 0.0.12 to 0.1.0

dist/form-editor.umd.js

23

CHANGELOG.md

@@ -9,2 +9,25 @@ # Changelog

## 0.1.0
_This release adds new form fields that are not supported by older versions of form-js._
### General
* `FEAT`: add `checkbox` field
* `FEAT`: add `radio` field
* `FEAT`: add `select` field
* `FEAT`: add read-only `text` field
* `FEAT`: add `number` field
* `CHORE`: add `UMD` distributions for `editor` and `viewer`
### Editor
* `FEAT`: make editor field preview match renderered form
* `FEAT`: add `schemaVersion` to exported form files
* `FEAT`: add ability to specify `exporter`
### Viewer
* `FEAT`: decrease visual presence of descriptions
## 0.0.12

@@ -11,0 +34,0 @@

2

dist/index.es.js

@@ -1,3 +0,3 @@

export { createForm } from '@bpmn-io/form-js-viewer';
export { createForm, schemaVersion } from '@bpmn-io/form-js-viewer';
export { createFormEditor } from '@bpmn-io/form-js-editor';
//# sourceMappingURL=index.es.js.map

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

export { createForm } from "@bpmn-io/form-js-viewer";
export * from "./viewer";
export * from "./editor";
{
"name": "@bpmn-io/form-js",
"version": "0.0.12",
"version": "0.1.0",
"description": "View and edit forms - powered by bpmn.io",
"exports": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs"
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs"
},
"./editor": {
"umd": "./dist/form-editor.umd.js"
},
"./viewer": {
"umd": "./dist/form-viewer.umd.js"
},
"./dist/assets/form-js.css": "./dist/assets/form-js.css",
"./dist/assets/form-js-editor.css": "./dist/assets/form-js-editor.css",
"./dist/assets/dragula.css": "./dist/assets/dragula.css",
"./package.json": "./package.json"
},

@@ -15,5 +27,7 @@ "publishConfig": {

"types": "dist/types/index.d.ts",
"umd:main": "dist/form-viewer.umd.js",
"scripts": {
"all": "run-s test build",
"build": "run-p bundle generate-types",
"postbuild": "run-s test:distro",
"start": "SINGLE_START=basic npm run dev",

@@ -24,3 +38,6 @@ "bundle": "rollup -c",

"generate-types": "tsc --allowJs --skipLibCheck --declaration --emitDeclarationOnly --removeComments --outDir dist/types src/index.js",
"test": "karma start",
"test": "karma start test/config/karma.unit.js",
"test:distro": "run-s test:distro:*",
"test:distro:viewer": "cross-env VARIANT=form-viewer karma start test/config/karma.distro.js",
"test:distro:editor": "cross-env VARIANT=form-editor karma start test/config/karma.distro.js",
"prepublishOnly": "npm run build"

@@ -39,6 +56,12 @@ },

"dependencies": {
"@bpmn-io/form-js-editor": "^0.0.12",
"@bpmn-io/form-js-viewer": "^0.0.12"
"@bpmn-io/form-js-editor": "^0.1.0",
"@bpmn-io/form-js-viewer": "^0.1.0"
},
"gitHead": "5912a8f749cf6880ed8a4c6f4eee29534cf4b2d6"
"sideEffects": [
"*.css"
],
"files": [
"dist"
],
"gitHead": "f395f44ff461593483ad4b62b68605477dd34d81"
}

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

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