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

@cspell/dict-html

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-html - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

4

cspell-ext.json

@@ -72,3 +72,3 @@ // cSpell Settings

// Language Rules to apply to matching files.
// Files are matched on `languageId` and `local`
// Files are matched on `languageId` and `locale`
"languageSettings": [

@@ -79,3 +79,3 @@ {

"languageId": "html",
// Language local. i.e. en-US, de-AT, or ru. * will match all locals.
// Language locale. i.e. en-US, de-AT, or ru. * will match all locals.
// Multiple locals can be specified like: "en, en-US" to match both English and English US.

@@ -82,0 +82,0 @@ "locale": "*",

@@ -2770,2 +2770,6 @@

shadowroot
shadowrootclonable
shadowrootdelegatesfocus
shadowrootmode
shadowrootserializable
shape

@@ -2772,0 +2776,0 @@ sharp

{
"name": "@cspell/dict-html",
"version": "4.0.5",
"version": "4.0.6",
"description": "HTML dictionary for cspell.",

@@ -15,3 +15,3 @@ "publishConfig": {

"build": "cspell-tools-cli build",
"test": "shx head -n 100 src/html.txt | cspell -v -c ./cspell-ext.json \"--local=*\" --language-id=html stdin",
"test": "shx head -n 100 src/html.txt | cspell -c ./cspell-ext.json \"--locale=*\" --language-id=html stdin",
"prepublishOnly": "echo pre-publish",

@@ -22,3 +22,4 @@ "prepare:dictionary": "pnpm run build"

"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/html"
},

@@ -32,3 +33,3 @@ "keywords": [

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

@@ -43,3 +44,3 @@ "bugs": {

],
"gitHead": "265091095375b4abfba24aab09ca36efe1bc2e22"
"gitHead": "392e827218bc66e51ca97a86bb84b3beedd6d4b5"
}
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