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

@lezer/generator

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/generator - npm Package Compare versions

Comparing version 1.2.4 to 1.3.0

6

dist/test.js

@@ -163,8 +163,2 @@ var __assign = (this && this.__assign) || function () {

}
/**
* Returns a line context for the given file.
*
* @param {string} file
* @param {number} index
*/
function toLineContext(file, index) {

@@ -171,0 +165,0 @@ var endEol = file.indexOf('\n', index + 80);

6

package.json
{
"name": "@lezer/generator",
"version": "1.2.4",
"version": "1.3.0",
"description": "Parser generator for the incremental lezer parser",

@@ -12,2 +12,6 @@ "main": "dist/index.cjs",

},
"./test": {
"import": "./dist/test.js",
"require": "./dist/test.cjs"
},
"./dist/test": {

@@ -14,0 +18,0 @@ "import": "./dist/test.js",

Sorry, the diff of this file is not supported yet

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