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

lezer

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lezer - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

CHANGELOG.md

29

package.json
{
"name": "lezer",
"version": "0.0.1",
"description": "Placeholder for a soon-to-be-release parser system",
"main": "index.js",
"contributors": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com"
}
],
"version": "0.1.0",
"description": "Incremental parser",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Marijn Haverbeke <marijnh@gmail.com>",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"rollup": "^1.6.0",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-typescript2": "^0.20.1",
"typescript": "^3.4.3"
},
"dependencies": {
"lezer-tree": "^0.1.0"
},
"scripts": {
"watch": "rollup -w -c rollup.config.js",
"prepare": "rollup -c rollup.config.js"
}
}
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