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

markdownlint-rule-search-replace

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdownlint-rule-search-replace - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

24

package.json
{
"name": "markdownlint-rule-search-replace",
"version": "1.1.0",
"version": "1.1.1",
"description": "A custom markdownlint rule for search and replaces",

@@ -29,18 +29,18 @@ "main": "rule.js",

"engines": {
"node": ">=14.18.0"
"node": ">=16"
},
"dependencies": {
"markdownlint-rule-helpers": "~0.19.0"
"markdownlint-rule-helpers": "0.21.0"
},
"devDependencies": {
"ava": "5.2.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-jsdoc": "^43.0.7",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^46.0.0",
"markdownlint": "^0.28.1",
"prettier": "^2.8.7"
"ava": "5.3.1",
"eslint": "8.47.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-jsdoc": "46.4.6",
"eslint-plugin-n": "16.0.2",
"eslint-plugin-unicorn": "48.0.1",
"markdownlint": "0.30.0",
"prettier": "3.0.2"
}
}

@@ -124,3 +124,3 @@ // @ts-check

throw new Error(
"Both `searchScope` and `skipCode` specified, `skipCode` is deprecated, use `searchScope` instead."
"Both `searchScope` and `skipCode` specified, `skipCode` is deprecated, use `searchScope` instead.",
);

@@ -131,3 +131,3 @@ }

throw new Error(
`Invalid value \`${rule.searchScope}\` provided for \`searchScope\`, must be one of \`all\`, \`code\` or \`text\`.`
`Invalid value \`${rule.searchScope}\` provided for \`searchScope\`, must be one of \`all\`, \`code\` or \`text\`.`,
);

@@ -142,3 +142,3 @@ }

information: new URL(
"https://github.com/OnkarRuikar/markdownlint-rule-search-replace"
"https://github.com/OnkarRuikar/markdownlint-rule-search-replace",
),

@@ -145,0 +145,0 @@ tags: ["replace"],

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