New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cspell-dict-en_us

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-dict-en_us - npm Package Compare versions

Comparing version 1.2.34 to 1.2.37

28

CHANGELOG.md

@@ -6,15 +6,12 @@ # Change Log

## [1.2.34](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-en_us@1.2.33...cspell-dict-en_us@1.2.34) (2020-11-08)
## [1.2.37](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-en_us@1.2.36...cspell-dict-en_us@1.2.37) (2020-11-28)
**Note:** Version bump only for package cspell-dict-en_us
### Bug Fixes
* do not include Configstore if not necessary ([#270](https://github.com/streetsidesoftware/cspell-dicts/issues/270)) ([d8b625f](https://github.com/streetsidesoftware/cspell-dicts/commit/d8b625f2f42d5cc6c4a9390216ac1e5037886e44))
## [1.2.36](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-en_us@1.2.35...cspell-dict-en_us@1.2.36) (2020-11-27)
## [1.2.33](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-en_us@1.2.32...cspell-dict-en_us@1.2.33) (2020-10-21)
**Note:** Version bump only for package cspell-dict-en_us

@@ -26,16 +23,28 @@

## [1.2.25](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-en_us@1.2.24...cspell-dict-en_us@1.2.25) (2020-02-19)
## [1.2.35](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-en_us@1.2.34...cspell-dict-en_us@1.2.35) (2020-11-21)
**Note:** Version bump only for package cspell-dict-en_us
## [1.2.34](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-en_us@1.2.33...cspell-dict-en_us@1.2.34) (2020-11-08)
### Bug Fixes
- do not include Configstore if not necessary ([#270](https://github.com/streetsidesoftware/cspell-dicts/issues/270)) ([d8b625f](https://github.com/streetsidesoftware/cspell-dicts/commit/d8b625f2f42d5cc6c4a9390216ac1e5037886e44))
## [1.2.33](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-en_us@1.2.32...cspell-dict-en_us@1.2.33) (2020-10-21)
**Note:** Version bump only for package cspell-dict-en_us
## [1.2.25](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-en_us@1.2.24...cspell-dict-en_us@1.2.25) (2020-02-19)
**Note:** Version bump only for package cspell-dict-en_us
# Change Log
## 1.2.4
* Add words: *collider*
- Add words: _collider_
## 1.2.1
- add alternate spelling for `cancellable`

@@ -46,8 +55,11 @@ - Merge Hunspell-en_US with the current word list.

## 1.2.0
- Update `cspell-ext.json` to include `id` and other information.
## 1.1.2
- Add Replacement Map for quotes.
## 1.0.0
- Initial Release

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

"dictionaryDefinitions": [
{ "name": "en_us", "file": "./en_US.trie.gz", "repMap": [["'|`|’", "'"]], "description": "American English Dictionary" }
{
"name": "en_us",
"file": "./en_US.trie.gz",
"repMap": [["'|`|’", "'"]],
"description": "American English Dictionary"
}
],

@@ -43,7 +48,5 @@ // Dictionaries to always be used.

// Words to always be considered an error
"flagWords": [
"hte", "teh"
]
"flagWords": ["hte", "teh"]
}
]
}
{
"name": "cspell-dict-en_us",
"version": "1.2.34",
"version": "1.2.37",
"description": "English dictionary for cspell.",
"bin": {
"cspell-dict-en-us-link": "./link.js",
"cspell-dict-en-us-unlink": "./unlink.js"
"cspell-dict-en-us-link": "link.js",
"cspell-dict-en-us-unlink": "unlink.js"
},

@@ -14,12 +14,11 @@ "exports": {

"scripts": {
"build": "npm run compile",
"build": "yarn run compile",
"checksum": "shasum -c checksum.txt",
"compile": "cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && npm run gen-checksum",
"conditional-build": "npm run --silent checksum || npm run build",
"compile": "cat source-files.txt | xargs cspell-tools compile-trie --merge en_US -o . && yarn run gen-checksum",
"conditional-build": "yarn run --silent checksum || yarn run build",
"test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",
"test-text": "cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"",
"gen-checksum": "cat source-files.txt | xargs shasum -p en_US.trie.gz > checksum.txt",
"test": "npm run test-dict && npm run test-text",
"prepublishOnly": "npm t",
"prepare": "cp ../../util/* .",
"gen-checksum": "cat source-files.txt | xargs shasum en_US.trie.gz > checksum.txt",
"test": "yarn run test-dict && yarn run test-text",
"prepublishOnly": "yarn test",
"cspell-link": "node link.js",

@@ -60,3 +59,6 @@ "cspell-unlink": "node unlink.js"

],
"gitHead": "e82d9495948fd89166c1d26b4d0d7355c8f5343d"
"directories": {
"test": "tests"
},
"gitHead": "48d10290053a5c492372ed4221cdb83c835a3bcb"
}

@@ -40,3 +40,3 @@ # Cspell English Dictionary

Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.
Building is only necessary if you want to modify the contents of the dictionary. Note: Building will take a few minutes for large files.

@@ -60,2 +60,3 @@ ```sh

MIT
> Some packages may have other licenses included.

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