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

eslint-plugin-markdown

Package Overview
Dependencies
Maintainers
4
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-markdown - npm Package Compare versions

Comparing version 1.0.0-rc.0 to 1.0.0-rc.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

v1.0.0-rc.1 - November 5, 2018
* a2f4492 Fix: Allowing eslint-plugin-prettier to work (fixes #101) (#107) (simlu)
v1.0.0-rc.0 - October 27, 2018

@@ -2,0 +6,0 @@

2

lib/processor.js

@@ -244,3 +244,3 @@ /**

return blocks.map(function(block) {
return block.comments.concat(block.value).join("\n");
return block.comments.concat(block.value).concat("").join("\n");
});

@@ -247,0 +247,0 @@ }

{
"name": "eslint-plugin-markdown",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "An ESLint plugin to lint JavaScript in Markdown code fences.",

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

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