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

lang-feel

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lang-feel - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

6

dist/index.js

@@ -210,3 +210,3 @@ import { parser, trackVariables } from 'lezer-feel';

top: 'UnaryTests'
});
}, 'FEEL unary tests');
/**

@@ -217,3 +217,3 @@ * Language provider for FEEL Expression

top: 'Expression'
});
}, 'FEEL expression');
/**

@@ -230,3 +230,3 @@ * Feel language support for CodeMirror.

const completions = config.completions || [snippetCompletion(snippets), keywordCompletions].flat();
return new LanguageSupport(contextualLang, [...completions.map(autocomplete => feelLanguage.data.of({
return new LanguageSupport(contextualLang, [...completions.map(autocomplete => contextualLang.data.of({
autocomplete

@@ -233,0 +233,0 @@ }))]);

{
"name": "lang-feel",
"version": "2.0.0",
"version": "2.1.0",
"description": "FEEL language support for the CodeMirror code editor",

@@ -10,3 +10,3 @@ "scripts": {

"lint": "eslint . --ext ts",
"build": "microbundle src/index.ts -f modern,cjs --target node",
"build": "microbundle -f modern,cjs --target node",
"prepare": "npm run build"

@@ -23,2 +23,3 @@ },

"type": "module",
"source": "src/index.ts",
"main": "dist/index.cjs",

@@ -34,21 +35,21 @@ "exports": {

"dependencies": {
"@codemirror/autocomplete": "^6.9.1",
"@codemirror/language": "^6.9.1",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.21.0",
"@lezer/common": "^1.1.2",
"lezer-feel": "^1.2.0"
"@codemirror/autocomplete": "^6.16.2",
"@codemirror/language": "^6.10.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.28.1",
"@lezer/common": "^1.2.1",
"lezer-feel": "^1.2.9"
},
"devDependencies": {
"@lezer/lr": "^1.3.12",
"@lezer/lr": "^1.4.1",
"@types/karma-chai": "^0.1.6",
"@types/karma-mocha": "^1.3.4",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"chai": "^4.3.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"chai": "^4.4.1",
"codemirror": "^6.0.1",
"eslint": "^8.55.0",
"eslint": "^8.57.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"karma": "^6.4.2",
"karma": "^6.4.3",
"karma-chai": "^0.1.0",

@@ -58,10 +59,10 @@ "karma-chrome-launcher": "^3.2.0",

"karma-mocha": "^2.0.1",
"karma-webpack": "^5.0.0",
"karma-webpack": "^5.0.1",
"microbundle": "^0.15.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^21.6.0",
"mocha": "^10.4.0",
"npm-run-all2": "^6.2.0",
"puppeteer": "^22.11.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
"typescript": "^5.4.5",
"webpack": "^5.92.0"
},

@@ -68,0 +69,0 @@ "repository": {

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