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

lezer-feel

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lezer-feel - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## 0.5.1
* `FIX`: correct types
## 0.5.0

@@ -11,0 +15,0 @@

2

dist/index.d.ts

@@ -1,3 +0,3 @@

export { LRParser } from "@lezer/lr"
import {LRParser} from "@lezer/lr";
export const parser: LRParser;
{
"name": "lezer-feel",
"version": "0.5.0",
"version": "0.5.1",
"description": "Lezer-based FEEL grammar",

@@ -19,6 +19,8 @@ "main": "dist/index.cjs",

"@rollup/plugin-node-resolve": "^13.3.0",
"@types/mocha": "^9.1.1",
"chokidar-cli": "^3.0.0",
"mocha": "^7.1.1",
"npm-run-all": "^4.1.5",
"rollup": "^2.76.0"
"rollup": "^2.76.0",
"typescript": "^4.7.4"
},

@@ -38,3 +40,5 @@ "dependencies": {

"dev": "run-p *:watch",
"all": "run-s build test"
"all": "run-s build lint test",
"lint": "run-s lint:types",
"lint:types": "tsc --noEmit test/types.ts"
},

@@ -41,0 +45,0 @@ "files": [

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