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 5.0.5 to 5.0.6

10

package.json
{
"name": "@cspell/dict-java",
"version": "5.0.5",
"version": "5.0.6",
"description": "Java dictionary for cspell.",

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

"build": "cspell-tools-cli build",
"test": "yarn run test-dict && yarn run test-check",
"test-dict": "head -n 100 \"src/java.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=java stdin",
"test": "pnpm run test-dict && pnpm run test-check",
"test-dict": "shx 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"
"prepare:dictionary": "pnpm run build"
},

@@ -43,3 +43,3 @@ "repository": {

],
"gitHead": "a8ff83095adc9f526f48772c52195e0456f78668"
"gitHead": "11c4aa7672d6453720a0aaf94404cb7485986a95"
}

Sorry, the diff of this file is not supported yet

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