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

tiny-html-lexer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-html-lexer - npm Package Compare versions

Comparing version 1.0.0-rc.2 to 1.0.0-rc.3

6

lib/index.js

@@ -5,6 +5,8 @@ const log = console.log.bind (console)

const version = '1.0.0-rc.2'
const version = '1.0.0-rc.3'
const tags = tokens
function tokens (input, { parseNamedCharRef = parseNamedCharRef } = { }) {
const parseNamed = parseNamedCharRef
function tokens (input, { parseNamedCharRef = parseNamed } = { }) {
const lexer = chunks (input)

@@ -11,0 +13,0 @@ const builder = new TokenBuilder ({ parseNamedCharRef })

{
"name": "tiny-html-lexer",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "A tiny HTML5 lexer",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -170,2 +170,6 @@ A Tiny HTML5 lexer

### 1.0.0-rc.3
- Fix a clumsy mistake with passing default prameters that caused the tokens generator to not work.
### 1.0.0-rc.2

@@ -172,0 +176,0 @@

Sorry, the diff of this file is not supported yet

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