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

hunspell-reader

Package Overview
Dependencies
Maintainers
1
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hunspell-reader - npm Package Compare versions

Comparing version 5.12.4 to 5.12.5

6

dist/IterableHunspellReader.d.ts

@@ -63,2 +63,8 @@ import { Aff, AffWord } from './aff';

seqRootWords(): Sequence<string>;
/**
*
* @param affFile - path to aff file.
* @param dicFile - path to dic file.
* @returns IterableHunspellReader
*/
static createFromFiles(affFile: string, dicFile: string): Promise<IterableHunspellReader>;

@@ -65,0 +71,0 @@ }

@@ -120,2 +120,8 @@ "use strict";

}
/**
*
* @param affFile - path to aff file.
* @param dicFile - path to dic file.
* @returns IterableHunspellReader
*/
static async createFromFiles(affFile, dicFile) {

@@ -122,0 +128,0 @@ const aff = await (0, affReader_1.parseAffFileToAff)(affFile, defaultEncoding);

4

package.json
{
"name": "hunspell-reader",
"version": "5.12.4",
"version": "5.12.5",
"description": "A library for reading Hunspell Dictionary Files",

@@ -75,3 +75,3 @@ "bin": "bin.js",

},
"gitHead": "3e9973c39725f65141683b373ed839562f28bd94"
"gitHead": "84a21d1f7cbd17cc9633aafdff6dce19d6de35b5"
}
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