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 1.0.12 to 1.0.13

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.13](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-haskell@1.0.12...@cspell/dict-haskell@1.0.13) (2021-02-18)
**Note:** Version bump only for package @cspell/dict-haskell
## [1.0.12](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-haskell@1.0.11...@cspell/dict-haskell@1.0.12) (2020-12-24)

@@ -8,0 +16,0 @@

10

cspell-ext.json

@@ -31,7 +31,13 @@ // cSpell Settings

// To exclude patterns, add them to "ignoreRegExpList"
"ignoreRegExpList": ["'"],
"ignoreRegExpList": ["separators"],
// regex patterns than can be used with ignoreRegExpList or includeRegExpList
// Example: "pattern": [{ "name": "mdash", "pattern": "—" }]
// This could be included in "ignoreRegExpList": ["mdash"]
"patterns": [],
"patterns": [
{
"name": "separators",
"pattern": "/(?<!n(?='t\\b))(?<!\\w(?='s\\b))(?<!d(?='ve\\b))(?<!\\w(?='d\\b))(?<!\\w(?='re\\b))'/gi",
"description": "Ignore single quote when it is not a contraction."
}
],
// List of dictionaries to enable by name in `dictionaryDefinitions`

@@ -38,0 +44,0 @@ "dictionaries": ["haskell"],

4

package.json
{
"name": "@cspell/dict-haskell",
"version": "1.0.12",
"version": "1.0.13",
"description": "Haskell dictionary for cspell.",

@@ -40,3 +40,3 @@ "publishConfig": {

],
"gitHead": "e50444106ad610677e8ab353bf406f6bf8decb69"
"gitHead": "3594eecd5a6ed698b7b777913361d16f65a8da79"
}
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