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

@bpmn-io/feel-editor

Package Overview
Dependencies
Maintainers
9
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpmn-io/feel-editor - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

17

package.json
{
"name": "@bpmn-io/feel-editor",
"version": "0.3.0",
"version": "0.4.0",
"description": "Editor for FEEL expressions.",

@@ -12,6 +12,9 @@ "files": [

"all": "run-s lint test build",
"compile:builtins": "node scripts/compileBuiltins.js",
"test": "karma start",
"build": "rollup -c",
"build:watch": "rollup -cw",
"builtins": "run-s pull:platform-docs compile:builtins",
"lint": "eslint src",
"pull:platform-docs": "git -C camunda-platform-docs pull || git clone git@github.com:camunda/camunda-platform-docs.git camunda-platform-docs",
"start": "SINGLE_START=true npm run dev",

@@ -45,3 +48,3 @@ "dev": "npm test -- --auto-watch --no-single-run",

"dependencies": {
"@codemirror/autocomplete": "^6.0.3",
"@codemirror/autocomplete": "^6.1.1",
"@codemirror/commands": "^6.0.0",

@@ -53,6 +56,12 @@ "@codemirror/language": "^6.0.0",

"@lezer/highlight": "^1.0.0",
"lezer-feel": "^0.4.0"
"lang-feel": "^0.0.3",
"lezer-feel": "^0.14.1",
"min-dom": "^4.0.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@testing-library/dom": "^8.17.1",
"@testing-library/user-event": "^14.4.3",
"chai": "^4.3.6",

@@ -62,2 +71,3 @@ "cross-env": "^7.0.3",

"eslint-plugin-bpmn-io": "^0.13.0",
"glob": "^8.0.3",
"istanbul-instrumenter-loader": "^3.0.1",

@@ -73,2 +83,3 @@ "karma": "^6.3.19",

"karma-webpack": "^5.0.0",
"marked": "^4.1.0",
"mocha": "^10.0.0",

@@ -75,0 +86,0 @@ "mocha-test-container-support": "^0.2.0",

CHANGELOG.md

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