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 5.0.0 to 5.1.0

3

lib/index.js

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

{
name: "markdown/recommended/plugin",
plugins: {

@@ -79,2 +80,3 @@ markdown: plugin

{
name: "markdown/recommended/processor",
files: ["**/*.md"],

@@ -84,2 +86,3 @@ processor: "markdown/markdown"

{
name: "markdown/recommended/code-blocks",
files: ["**/*.md/**"],

@@ -86,0 +89,0 @@ languageOptions: {

8

package.json
{
"name": "eslint-plugin-markdown",
"version": "5.0.0",
"version": "5.1.0",
"description": "An ESLint plugin to lint JavaScript in Markdown code fences.",

@@ -39,6 +39,6 @@ "license": "MIT",

"devDependencies": {
"@eslint/js": "^9.1.1",
"@eslint/js": "^9.4.0",
"chai": "^4.2.0",
"eslint": "^9.1.1",
"eslint-config-eslint": "^10.0.0",
"eslint": "^9.4.0",
"eslint-config-eslint": "^11.0.0",
"eslint-release": "^3.1.2",

@@ -45,0 +45,0 @@ "globals": "^15.1.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