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

@cspell/dict-sql

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-sql - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

12

package.json
{
"name": "@cspell/dict-sql",
"version": "2.1.0",
"version": "2.1.1",
"description": "SQL dictionary for cspell.",

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

"scripts": {
"build": "cat source-files.txt | xargs cspell-tools-cli compile -M sql -o .",
"test": "yarn test-dict && yarn test-samples",
"test-dict": "head -n 1000 \"src/sql.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=sql\" stdin",
"build": "cspell-tools-cli build",
"test": "pnpm test-dict && pnpm test-samples",
"test-dict": "shx head -n 1000 \"src/sql.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=sql\" stdin",
"test-samples": "cspell \"samples/**\"",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
"prepare": "pnpm run build"
},

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

],
"gitHead": "7488f0ff144ce7cb739dc2e8ed33ae046700c019"
"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