simple-html-tokenizer
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -195,3 +195,3 @@ (function (global, factory) { | ||
if (char === "-" && this.input.charAt(this.index) === "-") { | ||
this.index++; | ||
this.consume(); | ||
this.state = 'commentStart'; | ||
@@ -198,0 +198,0 @@ this.delegate.beginComment(); |
@@ -145,3 +145,3 @@ import { preprocessInput, isAlpha, isSpace } from './utils'; | ||
if (char === "-" && this.input.charAt(this.index) === "-") { | ||
this.index++; | ||
this.consume(); | ||
this.state = 'commentStart'; | ||
@@ -148,0 +148,0 @@ this.delegate.beginComment(); |
{ | ||
"name": "simple-html-tokenizer", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
199026
11
1
0
1