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

@cspell/dict-elixir

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-elixir - npm Package Compare versions

Comparing version 4.0.3 to 4.0.6

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": "elixir",
// 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": "*",

{
"name": "@cspell/dict-elixir",
"version": "4.0.3",
"version": "4.0.6",
"description": "Elixir dictionary for cspell.",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},

@@ -15,9 +16,10 @@ "exports": {

"build": "cspell-tools-cli compile --keep-raw-case src/elixir.txt --no-compress -o ./dict",
"test": "head -n 100 src/elixir.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=elixir stdin",
"test": "shx head -n 100 src/elixir.txt | cspell -c ./cspell-ext.json --locale=* --languageId=elixir stdin",
"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-dicts",
"directory": "dictionaries/elixir"
},

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

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

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

],
"gitHead": "c422c71fa8539e9f81c0aafb87a00d27c1306ae3"
"gitHead": "4d80f37a50593b93afd0876b09ec3c879fedf021"
}
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