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

@cspell/dict-markdown

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-markdown - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

cspell-ext.json

@@ -38,3 +38,3 @@ {

{
"languageId": "markdown",
"languageId": "markdown,mdx",
"locale": "*",

@@ -41,0 +41,0 @@ "ignoreRegExpList": ["MARKDOWN-link-reference", "MARKDOWN-link-footer", "MARKDOWN-link", "MARKDOWN-anchor"],

{
"name": "@cspell/dict-markdown",
"version": "2.0.1",
"version": "2.0.2",
"description": "Markdown dictionary for cspell.",

@@ -15,11 +15,12 @@ "publishConfig": {

"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile \"src/markdown.txt\" -o .",
"test": "yarn run test-dict && yarn run test-check",
"test-dict": "head -n 1000 \"src/markdown.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=markdown\" stdin",
"test": "pnpm run test-dict && pnpm run test-check",
"test-dict": "shx head -n 1000 \"src/markdown.txt\" | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=markdown\" stdin",
"test-check": "ava",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
"prepare:dictionary": "pnpm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/markdown"
},

@@ -34,3 +35,3 @@ "keywords": [

],
"author": "Jason Dent",
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "MIT",

@@ -47,3 +48,3 @@ "bugs": {

],
"gitHead": "47a34789c05111e7b3cb693beb5d456bf25a0cb0"
"gitHead": "d6dba6cd842c786156a6718402f41f1f184999f2"
}
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