Socket
Socket
Sign inDemoInstall

feelin

Package Overview
Dependencies
Maintainers
1
Versions
77
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 1.1.0 to 1.2.0

17

package.json
{
"name": "feelin",
"version": "1.1.0",
"version": "1.2.0",
"description": "A FEEL parser and interpreter",
"main": "dist/index.cjs",
"author": "Nico Rehwaldt <git_nikku@nixis.de>",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"umd:main": "dist/feelin.umd.js",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.2",
"@types/chai": "^4.3.5",
"@rollup/plugin-typescript": "^11.1.4",
"@types/chai": "^4.3.6",
"@types/luxon": "^3.1.0",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"chai": "^4.3.6",
"chai": "^4.3.10",
"chokidar-cli": "^3.0.0",

@@ -27,3 +26,3 @@ "eslint": "^8.50.0",

"npm-run-all": "^4.1.5",
"rollup": "^3.26.0",
"rollup": "^3.29.4",
"saxen": "^9.0.0",

@@ -37,3 +36,3 @@ "source-map-support": "^0.5.21",

"@lezer/lr": "^1.3.9",
"lezer-feel": "^1.0.2",
"lezer-feel": "^1.2.0",
"luxon": "^3.1.0"

@@ -40,0 +39,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