Socket
Socket
Sign inDemoInstall

lezer-tree

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lezer-tree - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

.tern-port

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 0.8.3 (2020-02-28)
### New features
The package now provides an ES6 module.
## 0.8.2 (2020-02-26)

@@ -2,0 +8,0 @@

7

package.json
{
"name": "lezer-tree",
"version": "0.8.2",
"version": "0.8.3",
"description": "Syntax tree data structure for the lezer parser",
"main": "dist/tree.js",
"module": "dist/tree.es.js",
"types": "dist/tree.d.ts",

@@ -20,5 +21,7 @@ "author": "Marijn Haverbeke <marijnh@gmail.com>",

"watch": "tsc --outDir dist -w -d",
"prepare": "tsc --outDir dist -d",
"build:cjs": "tsc --outDir dist -d",
"build:es": "tsc src/tree.ts --outDir . -m es2015 -t es2015 && mv tree.js dist/tree.es.js",
"prepare": "npm run build:cjs && npm run build:es",
"test": "mocha test/test-*.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