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

@cspell/dict-aws

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-aws - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

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

@@ -84,2 +84,3 @@

archives
arn
arns

@@ -86,0 +87,0 @@ arrays

{
"name": "@cspell/dict-aws",
"version": "4.0.1",
"version": "4.0.2",
"description": "AWS dictionary for cspell.",

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

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

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

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

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

],
"gitHead": "5df1fa5ea6fe10822c73779b0532cca528287cd6"
"gitHead": "ffd0f223cdeaa0db814a2346d8511d690027a647"
}
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