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

@cspell/dict-haskell

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-haskell - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

dict/haskell.txt

2

cspell-ext.json

@@ -11,3 +11,3 @@ // cSpell Settings

"name": "haskell",
"path": "./haskell.txt.gz",
"path": "./dict/haskell.txt",
"description": "Haskell dictionary for cspell."

@@ -14,0 +14,0 @@ }

{
"name": "@cspell/dict-haskell",
"version": "3.0.0",
"version": "4.0.0",
"description": "Haskell dictionary for cspell.",

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

"scripts": {
"build": "cspell-tools compile \"haskell.txt\" -o .",
"test": "head -n 100 \"haskell.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=haskell\" stdin",
"build": "cspell-tools-cli compile --keep-raw-case src/haskell.txt --no-compress -o ./dict",
"test": "head -n 100 src/haskell.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=haskell stdin",
"prepublishOnly": "echo pre-publish",

@@ -38,6 +38,6 @@ "prepare": "yarn run build"

"files": [
"haskell.txt.gz",
"./dict/haskell.txt",
"cspell-ext.json"
],
"gitHead": "1ca7c3ef9e48ab76719fd8e7b578eaee452ddf68"
"gitHead": "8c20cb186c0683008207540a7d6a2456d577b669"
}
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