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

@cspell/dict-css

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-css - npm Package Compare versions

Comparing version 4.0.12 to 4.0.13

4

cspell-ext.json

@@ -19,3 +19,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": [

@@ -26,3 +26,3 @@ {

"languageId": "css",
// 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.

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

@@ -400,2 +400,3 @@

geometricPrecision
geometricprecision
georgia

@@ -721,2 +722,4 @@ georgian

optimize
optimizelegibility
optimizespeed
option

@@ -723,0 +726,0 @@ optional

{
"name": "@cspell/dict-css",
"version": "4.0.12",
"version": "4.0.13",
"description": "CSS dictionary for cspell.",

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

"build": "cspell-tools-cli compile --keep-raw-case src/css.txt --no-compress -o ./dict",
"test": "shx head -n 100 src/css.txt | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=css\" stdin",
"test": "pnpm run test:keywords && pnpm run test:samples",
"test:keywords": "shx head -n 100 src/css.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=css\" stdin",
"test:samples": "cspell samples",
"prepublishOnly": "echo pre-publish",

@@ -22,3 +24,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/css"
},

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

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

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

],
"gitHead": "1be5a9ff9c0d99c42ff57e931e4b87bbca164aa7"
"gitHead": "bd7ce755699093beda6d06a263bce29dbf2a4295"
}
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