Socket
Socket
Sign inDemoInstall

@bpmn-io/feel-lint

Package Overview
Dependencies
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.0 to 1.1.0

2

dist/index.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var lezerFeel = require('lezer-feel');

@@ -6,0 +4,0 @@ var language = require('@codemirror/language');

15

package.json
{
"name": "@bpmn-io/feel-lint",
"version": "1.0.0",
"version": "1.1.0",
"description": "Linter for FEEL expressions.",

@@ -13,3 +13,3 @@ "source": "lib/index.js",

"all": "run-s lint test build",
"build": "rollup -c",
"build": "rollup -c --bundleConfigAsCjs",
"dev": "npm test -- --auto-watch --no-single-run",

@@ -42,2 +42,5 @@ "lint": "eslint .",

],
"engines": {
"node": "*"
},
"license": "MIT",

@@ -47,3 +50,3 @@ "devDependencies": {

"@codemirror/view": "^6.14.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-commonjs": "^25.0.5",
"chai": "^4.3.6",

@@ -60,7 +63,7 @@ "eslint": "^8.44.0",

"karma-webpack": "^5.0.0",
"lang-feel": "^1.0.0",
"lang-feel": "^1.1.0",
"mocha": "^10.0.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^18.0.5",
"rollup": "^2.79.1",
"rollup": "^3.29.4",
"sinon": "^14.0.0",

@@ -72,4 +75,4 @@ "sinon-chai": "^3.7.0",

"@codemirror/language": "^6.8.0",
"lezer-feel": "^1.0.1"
"lezer-feel": "^1.2.0"
}
}
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