Socket
Socket
Sign inDemoInstall

mdast-util-gfm-task-list-item

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-gfm-task-list-item - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

10

from-markdown.js

@@ -26,5 +26,9 @@ exports.exit = {

head.value = head.value.slice(1)
head.position.start.column++
head.position.start.offset++
node.position.start = Object.assign({}, head.position.start)
if (head.value.length === 0) {
node.children.shift()
} else {
head.position.start.column++
head.position.start.offset++
node.position.start = Object.assign({}, head.position.start)
}
}

@@ -31,0 +35,0 @@

{
"name": "mdast-util-gfm-task-list-item",
"version": "0.1.3",
"version": "0.1.4",
"description": "mdast extension to parse and serialize GFM task list items",

@@ -49,3 +49,3 @@ "license": "MIT",

"unist-util-remove-position": "^3.0.0",
"xo": "^0.33.0"
"xo": "^0.34.0"
},

@@ -52,0 +52,0 @@ "scripts": {

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