Socket
Socket
Sign inDemoInstall

remark-parse

Package Overview
Dependencies
25
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

1

lib/tokenize/emphasis.js

@@ -73,2 +73,3 @@ /**

if (!pedantic && marker === C_UNDERSCORE && word(character)) {
queue += marker;
continue;

@@ -75,0 +76,0 @@ }

10

lib/tokenizer.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc