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

cspell-dict-he

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-dict-he - npm Package Compare versions

Comparing version 1.0.0 to 1.0.3

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # Change Log

4

cspell-ext.json

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

"name": "he",
"file": "./he.txt.gz",
"file": "./he.dic.trie.gz",
"description": "Hebrew Dictionary"

@@ -27,3 +27,3 @@ }

// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"local": "*",
"local": "he",
// By default the whole text of a file is included for spell checking

@@ -30,0 +30,0 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns

export function getConfigLocation(): string;

@@ -0,0 +0,0 @@ 'use strict';

{
"name": "cspell-dict-he",
"version": "1.0.0",
"version": "1.0.3",
"description": "Hebrew dictionary for cspell",

@@ -10,3 +10,4 @@ "bin": {

"scripts": {
"build": "cspell-tools compile \"he.txt\" -o .",
"build": "cspell-tools compile-trie \"hunspell/he.dic.txt\" -o .",
"prepublishOnly": "cp ../../util/* .",
"cspell-link": "node link.js",

@@ -36,6 +37,7 @@ "cspell-unlink": "node unlink.js",

"homepage": "https://github.com/Jason3S/cspell-dicts/blob/master/he/README.md",
"devDependencies": {},
"devDependencies": {
"cspell-tools": "^3.0.4"
},
"dependencies": {
"configstore": "^3.1.0",
"cspell-tools": "^3.0.3"
"configstore": "^4.0.0"
},

@@ -47,3 +49,4 @@ "files": [

"*.d.ts"
]
],
"gitHead": "d77794a37d705ee07d619f5a3d81f947e783397b"
}

@@ -0,0 +0,0 @@ # Cspell he Dictionary

@@ -0,0 +0,0 @@ 'use strict';

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