Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mdast-util-to-nlcst

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-to-nlcst - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

7

index.js

@@ -161,3 +161,8 @@ /**

if (end && start.line !== end.line) {
if (
end &&
end.line !== null &&
start.line !== null &&
start.line !== end.line
) {
const lineEnding = config.parser.tokenizeWhiteSpace(

@@ -164,0 +169,0 @@ '\n'.repeat(start.line - end.line)

6

package.json
{
"name": "mdast-util-to-nlcst",
"version": "5.2.0",
"version": "5.2.1",
"description": "mdast utility to transform to nlcst",

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

"remark-frontmatter": "^4.0.0",
"remark-gfm": "^2.0.0",
"remark-gfm": "^3.0.0",
"remark-preset-wooorm": "^9.0.0",

@@ -64,3 +64,3 @@ "rimraf": "^3.0.0",

"typescript": "^4.0.0",
"xo": "^0.44.0"
"xo": "^0.46.0"
},

@@ -67,0 +67,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