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

@cspell/dict-powershell

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-powershell - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

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

@@ -36,3 +36,2 @@

OFS
PID
PRINTHOOD

@@ -370,2 +369,3 @@ PROFILESFOLDER

pictures
pid
ping

@@ -372,0 +372,0 @@ playlists

{
"name": "@cspell/dict-powershell",
"version": "5.0.3",
"version": "5.0.4",
"description": "PowerShell Keyword Dictionary",

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

"build": "cspell-tools-cli build",
"test": "shx head -n 100 src/powershell.txt | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=powershell\" stdin",
"test": "shx head -n 100 src/powershell.txt | cspell -c ./cspell-ext.json \"--locale=*\" \"--languageId=powershell\" 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/powershell"
},

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

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

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

],
"gitHead": "14dba75a74f5bf6db82f11e4037c177a13a62151"
"gitHead": "90ec73e277efc1389e33b57b5437c51d46b0ed87"
}
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