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

@cspell/dict-k8s

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-k8s - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

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

@@ -317,2 +317,3 @@

konnectivity
kube
kubeProxyVersion

@@ -319,0 +320,0 @@ kubeadm

{
"name": "@cspell/dict-k8s",
"version": "1.0.2",
"version": "1.0.3",
"description": "K8s dictionary for cspell.",

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

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

@@ -23,3 +23,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/k8s"
},

@@ -33,3 +34,7 @@ "keywords": [

],
"author": "Jason Dent & Carlo Corradini",
"author": "Street Side Software <support@streetsidesoftware.nl>",
"contributors": [
"Carlo Corradini",
"Jason Dent"
],
"license": "MIT",

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

],
"gitHead": "6b07c515cf7d4fce23332637e9a52a878310bb6f"
"gitHead": "64a98a4559a16480eacf09e3d32256d7cf7206c3"
}
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