remark-parse
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -73,2 +73,3 @@ /** | ||
if (!pedantic && marker === C_UNDERSCORE && word(character)) { | ||
queue += marker; | ||
continue; | ||
@@ -75,0 +76,0 @@ } |
@@ -160,3 +160,3 @@ /** | ||
if (!matched) { | ||
self.file.fail('Infinite loop', eat.now()); | ||
self.file.fail(new Error('Infinite loop'), eat.now()); | ||
} | ||
@@ -287,5 +287,9 @@ } | ||
if (value.substring(0, subvalue.length) !== subvalue) { | ||
/* Capture stack-trace. */ | ||
self.file.fail( | ||
'Incorrectly eaten value: please report this ' + | ||
'warning on http://git.io/vg5Ft', now() | ||
new Error( | ||
'Incorrectly eaten value: please report this ' + | ||
'warning on http://git.io/vg5Ft' | ||
), | ||
now() | ||
); | ||
@@ -292,0 +296,0 @@ } |
{ | ||
"name": "remark-parse", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Markdown parser for remark", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
143918
5248
0