Socket
Socket
Sign inDemoInstall

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.8.2 to 0.8.3

dist/index.cjs

6

CHANGELOG.md

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

## 0.8.3 (2020-04-01)
### Bug fixes
Make the package load as an ES module on node
## 0.8.2 (2020-02-28)

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

9

package.json
{
"name": "lezer",
"version": "0.8.2",
"version": "0.8.3",
"description": "Incremental parser",
"main": "dist/index.js",
"main": "dist/index.cjs",
"type": "module",
"exports": {
"import": "./dist/index.es.js",
"require": "./dist/index.cjs"
},
"module": "dist/index.es.js",

@@ -7,0 +12,0 @@ "types": "dist/index.d.ts",

@@ -10,3 +10,3 @@ import typescript from "rollup-plugin-typescript2"

format: "cjs",
file: "./dist/index.js",
file: "./dist/index.cjs",
sourcemap: true,

@@ -13,0 +13,0 @@ externalLiveBindings: false

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