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 4.0.0 to 5.0.0

java.trie.gz

2

cspell-ext.json

@@ -9,3 +9,3 @@ {

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

@@ -12,0 +12,0 @@ }

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

@@ -14,8 +14,9 @@ "publishConfig": {

"scripts": {
"build": "cspell-tools-cli compile --keep-raw-case \"java.txt\" -o .",
"build": "cspell-tools-cli build",
"test": "yarn run test-dict && yarn run test-check",
"test-dict": "head -n 100 \"java.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=java stdin",
"test-dict": "head -n 100 \"src/java.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=java stdin",
"test-check": "ava",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
"zip": "gzip -f -k java.trie",
"prepare": "yarn run build && yarn run zip"
},

@@ -40,6 +41,6 @@ "repository": {

"files": [
"java.txt.gz",
"java.trie.gz",
"cspell-ext.json"
],
"gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68"
"gitHead": "fe9e77ac24549b17abedd57e5a1b690ed53c442a"
}
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