New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-java

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-java - npm Package Compare versions

Comparing version 1.0.23 to 2.0.0

7

cspell-ext.json

@@ -6,2 +6,3 @@ // cSpell Settings

"description": "Java dictionary for cspell.",
"readonly": true,
// List of dictionary files to add to the global list of dictionaries

@@ -11,3 +12,3 @@ "dictionaryDefinitions": [

"name": "java",
"file": "./java.txt.gz",
"path": "./java.txt.gz",
"description": "Java dictionary for cspell."

@@ -28,3 +29,3 @@ }

// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"local": "*",
"locale": "*",
// By default the whole text of a file is included for spell checking

@@ -46,3 +47,3 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns

"dictionaries": ["java"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []

@@ -49,0 +50,0 @@ }

{
"name": "@cspell/dict-java",
"version": "1.0.23",
"version": "2.0.0",
"description": "Java dictionary for cspell.",

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

"test": "head -n 100 \"java.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=java stdin",
"prepublishOnly": "yarn test",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"

@@ -41,3 +41,3 @@ },

],
"gitHead": "0ebf4fedb3f21ed1992a8eb17790bde1dcfce10d"
"gitHead": "5fe03a7c9c10459a3c50242737f27bcf3e980f5e"
}
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