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

@cspell/dict-dart

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-dart - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

10

package.json
{
"name": "@cspell/dict-dart",
"version": "2.0.2",
"version": "2.0.3",
"description": "Dart dictionary for cspell.",

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

"scripts": {
"build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 cspell-tools-cli compile \"src/dart.txt\" -o .",
"build": "cspell-tools-cli build",
"test": "npm run test-dict && npm run test-samples",
"test-samples": "cspell \"samples/**/*.dart\"",
"test-dict": "head -n 1000 \"src/dart.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=dart\" stdin",
"test-dict": "shx head -n 1000 \"src/dart.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=dart\" stdin",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
"prepare": "pnpm run build"
},

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

],
"gitHead": "a8ff83095adc9f526f48772c52195e0456f78668"
"gitHead": "a93ee20360d9a76828b8c40653a0eb253dd34f2b"
}
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