Socket
Socket
Sign inDemoInstall

edge-lexer

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edge-lexer - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

3

build/src/Tokenizer/index.js

@@ -130,2 +130,5 @@ "use strict";

this.consumeTag(tag, '', { line: tag.line, col: tag.col });
if (tag.noNewLine || line.endsWith('~')) {
this.dropNewLine = true;
}
return;

@@ -132,0 +135,0 @@ }

2

package.json
{
"name": "edge-lexer",
"version": "3.1.1",
"version": "3.1.2",
"description": "Parses raw markup files to converts them to Edge tokens",

@@ -5,0 +5,0 @@ "main": "build/index.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