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

cspell-tools

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-tools - npm Package Compare versions

Comparing version 5.0.1-alpha.11 to 5.0.1-alpha.12

34

CHANGELOG.md

@@ -10,33 +10,39 @@ # Change Log

# Release Notes
## 2.0
- Update to rxjs 6
## 1.4.1
# Release Notes
- Update packages
## 2.0
* Update to rxjs 6
## 1.4.1
* Update packages
## 1.4.0
* Update packages
* Remove dependency on fs-promise
- Update packages
- Remove dependency on fs-promise
## 1.3.2
* Fix issue with writing files when the destination path does not exist.
- Fix issue with writing files when the destination path does not exist.
## 1.3.1
* Add command line tool for building trie files.
- Add command line tool for building trie files.
## 1.2.1
* Hyphenated words are now treated as two words.
- Hyphenated words are now treated as two words.
## 1.1.0
* use cspell-lib for file i/o.
- use cspell-lib for file i/o.
## 1.0.10
* allow globs on the command line so `cspell-tools compile *.txt` works on windows.
- allow globs on the command line so `cspell-tools compile *.txt` works on windows.
## 1.0.7
* update packages
- update packages
"use strict";
// cSpell:ignore ings ning gimuy
// cSpell:words xregexp
Object.defineProperty(exports, "__esModule", { value: true });

@@ -5,0 +4,0 @@ exports.splitCamelCaseWord = void 0;

{
"name": "cspell-tools",
"version": "5.0.1-alpha.11",
"version": "5.0.1-alpha.12",
"description": "Tools to assist with the development of cSpell",

@@ -42,11 +42,9 @@ "typings": "dist/index.d.ts",

"commander": "^6.2.0",
"cspell-io": "^5.0.1-alpha.11",
"cspell-trie-lib": "^5.0.1-alpha.11",
"cspell-util-bundle": "^5.0.1-alpha.11",
"cspell-io": "^5.0.1-alpha.12",
"cspell-trie-lib": "^5.0.1-alpha.12",
"cspell-util-bundle": "^5.0.1-alpha.12",
"fs-extra": "^9.0.1",
"gensequence": "^3.1.1",
"glob": "^7.1.6",
"hunspell-reader": "^3.2.0",
"iconv-lite": "^0.6.2",
"minimatch": "^3.0.4"
"hunspell-reader": "^3.2.0"
},

@@ -57,6 +55,14 @@ "engines": {

"devDependencies": {
"@types/fs-extra": "^9.0.3",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@types/rimraf": "^3.0.0",
"@types/shelljs": "^0.8.8",
"jest": "^26.6.3",
"rimraf": "^3.0.2"
"lorem-ipsum": "^2.0.3",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4"
},
"gitHead": "500477f91a8835156c1842af6555df1fe1e6893a"
"gitHead": "347018e778a780ecfb2754435c7cf665b3f9823c"
}

@@ -5,3 +5,3 @@ # cSpell-Tools

The Primary use of this tool is to build dictionaries used by cspell. This tool will convert a word list or a hunspell file into a file usable by cspell.
The Primary use of this tool is to build dictionaries used by cspell. This tool will convert a word list or a hunspell file into a file usable by cspell.

@@ -8,0 +8,0 @@ ## Install

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