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

markdownlint

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdownlint - npm Package Compare versions

Comparing version 0.25.0 to 0.25.1

2

lib/constants.js

@@ -7,2 +7,2 @@ // @ts-check

module.exports.homepage = "https://github.com/DavidAnson/markdownlint";
module.exports.version = "0.25.0";
module.exports.version = "0.25.1";
{
"name": "markdownlint",
"version": "0.25.0",
"version": "0.25.1",
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",

@@ -44,3 +44,3 @@ "main": "lib/markdownlint.js",

"test-extra": "ava --timeout=5m test/markdownlint-test-extra-parse.js test/markdownlint-test-extra-type.js",
"upgrade": "npx npm-check-updates --upgrade"
"upgrade": "npx --yes npm-check-updates --upgrade"
},

@@ -51,27 +51,27 @@ "engines": {

"dependencies": {
"markdown-it": "12.3.0"
"markdown-it": "12.3.2"
},
"devDependencies": {
"ava": "~3.15.0",
"c8": "~7.10.0",
"eslint": "~8.5.0",
"eslint-plugin-jsdoc": "~37.4.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-unicorn": "~39.0.0",
"globby": "~12.0.2",
"js-yaml": "~4.1.0",
"markdown-it-for-inline": "~0.1.1",
"markdown-it-sub": "~1.0.0",
"markdown-it-sup": "~1.0.0",
"markdown-it-texmath": "~0.9.7",
"markdownlint-rule-github-internal-links": "~0.1.0",
"markdownlint-rule-helpers": "~0.15.0",
"npm-run-all": "~4.1.5",
"strip-json-comments": "~4.0.0",
"toml": "~3.0.0",
"ts-loader": "~9.2.6",
"tv4": "~1.3.0",
"typescript": "~4.5.4",
"webpack": "~5.65.0",
"webpack-cli": "~4.9.1"
"ava": "3.15.0",
"c8": "7.10.0",
"eslint": "8.5.0",
"eslint-plugin-jsdoc": "37.4.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-unicorn": "39.0.0",
"globby": "12.0.2",
"js-yaml": "4.1.0",
"markdown-it-for-inline": "0.1.1",
"markdown-it-sub": "1.0.0",
"markdown-it-sup": "1.0.0",
"markdown-it-texmath": "0.9.7",
"markdownlint-rule-github-internal-links": "0.1.0",
"markdownlint-rule-helpers": "0.15.0",
"npm-run-all": "4.1.5",
"strip-json-comments": "4.0.0",
"toml": "3.0.0",
"ts-loader": "9.2.6",
"tv4": "1.3.0",
"typescript": "4.5.4",
"webpack": "5.65.0",
"webpack-cli": "4.9.1"
},

@@ -78,0 +78,0 @@ "keywords": [

@@ -981,2 +981,3 @@ # markdownlint

improve performance, improve CI process, reduce dependencies, update dependencies.
* 0.25.1 - Update dependencies for CVE-2022-21670.

@@ -983,0 +984,0 @@ [npm-image]: https://img.shields.io/npm/v/markdownlint.svg

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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