New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

markdownlint-cli

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdownlint-cli - npm Package Compare versions

Comparing version 0.15.0 to 0.16.0

28

package.json
{
"name": "markdownlint-cli",
"version": "0.15.0",
"version": "0.16.0",
"description": "MarkdownLint Command Line Interface",

@@ -10,3 +10,3 @@ "main": "markdownlint.js",

"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -44,6 +44,6 @@ "scripts": {

"glob": "~7.1.2",
"js-yaml": "~3.13.0",
"js-yaml": "^3.13.1",
"lodash.differencewith": "~4.5.0",
"lodash.flatten": "~4.4.0",
"markdownlint": "~0.13.0",
"markdownlint": "~0.14.1",
"minimatch": "~3.0.4",

@@ -53,10 +53,8 @@ "rc": "~1.2.7"

"devDependencies": {
"ava": "^0.16.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"execa": "^0.6.3",
"ava": "^1.4.1",
"execa": "^1.0.0",
"husky": "^0.11.3",
"tap-growl": "^1.1.2",
"xo": "*",
"test-rule-package": "./test/custom-rules/test-rule-package"
"test-rule-package": "./test/custom-rules/test-rule-package",
"xo": "*"
},

@@ -69,2 +67,3 @@ "xo": {

"prefer-arrow-callback": 0,
"promise/prefer-await-to-then": 0,
"object-shorthand": 0

@@ -78,11 +77,4 @@ }

],
"failFast": true,
"babel": {
"presets": [
"es2015",
"stage-2"
],
"plugins": []
}
"failFast": true
}
}
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