Socket
Socket
Sign inDemoInstall

micromark

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark - npm Package Compare versions

Comparing version 3.0.9 to 3.0.10

2

dev/lib/initialize/text.js

@@ -142,3 +142,3 @@ /**

function resolveAllLineSuffixes(events, context) {
let eventIndex = -1
let eventIndex = 0 // Skip first.

@@ -145,0 +145,0 @@ while (++eventIndex <= events.length) {

@@ -138,3 +138,3 @@ /**

function resolveAllLineSuffixes(events, context) {
let eventIndex = -1
let eventIndex = 0 // Skip first.

@@ -141,0 +141,0 @@ while (++eventIndex <= events.length) {

{
"name": "micromark",
"version": "3.0.9",
"version": "3.0.10",
"description": "small commonmark compliant markdown parser with positional info and concrete tokens",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -121,3 +121,3 @@ <h1 align="center">

extensions: [gfm()],
htmlExtensions: [gfmHtml]
htmlExtensions: [gfmHtml()]
})

@@ -124,0 +124,0 @@

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