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

feelin

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feelin - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/feelin.umd.js

15

package.json
{
"name": "feelin",
"version": "0.0.1",
"version": "0.0.2",
"description": "A FEEL parser and interpreter",

@@ -8,2 +8,5 @@ "main": "dist/index.js",

"license": "MIT",
"module": "dist/index.esm.js",
"umd:main": "dist/feelin.umd.js",
"source": "src/index.js",
"devDependencies": {

@@ -25,9 +28,11 @@ "@rollup/plugin-commonjs": "^11.0.0",

},
"repository": {
"type": "git",
"url": "https://github.com/nikku/feelin"
},
"scripts": {
"all": "npm run build && npm run test",
"all": "npm run build-parser && npm run build && npm run test",
"build-parser:watch": "chokidar --initial src/feel.grammar -c \"npm run build-parser -- --names\"",
"build-parser": "lezer-generator src/feel.grammar -o src/parser --names",
"build-parser": "lezer-generator src/feel.grammar -o src/parser",
"build": "rollup -c",
"prebuild": "npm run build-parser",
"prepare": "npm run build",
"test": "mocha -r esm test/*.js",

@@ -34,0 +39,0 @@ "test:watch": "npm test -- -w"

@@ -29,3 +29,11 @@ ## Feelin

Other open source FEEL interpreters:
* [feel-scala](https://github.com/camunda/feel-scala)
* [dmn-tck](https://github.com/dmn-tck/tck)
* [js-feel](https://github.com/EdgeVerve/feel)
Standards related resources:
* [dmn-tck](https://github.com/dmn-tck/tck)
* [DMN 1.2 Specification](https://www.omg.org/spec/DMN/1.2/PDF)
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