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
229
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 6.0.0 to 6.1.0-alpha.0

2

dist/aff.d.ts

@@ -39,3 +39,3 @@ import type { AffInfo, AffWord, AffWordFlags, Fx, Rule, Substitution } from './affDef';

export declare function asAffWord(word: string, rules?: string, flags?: AffWordFlags): AffWord;
export declare function compareAff(a: AffWord, b: AffWord): 1 | -1 | 0;
export declare function compareAff(a: AffWord, b: AffWord): 0 | 1 | -1;
/**

@@ -42,0 +42,0 @@ * Returns a filter function that will filter adjacent AffWords

/// <reference types="node" />
/// <reference types="node" />
import * as stream from 'stream';

@@ -3,0 +4,0 @@ export declare type Streamable = string | Buffer;

{
"name": "hunspell-reader",
"version": "6.0.0",
"version": "6.1.0-alpha.0",
"description": "A library for reading Hunspell Dictionary Files",

@@ -43,10 +43,10 @@ "bin": "bin.js",

"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"@types/node": "^17.0.36",
"jest": "^28.1.0",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.2",
"typescript": "^4.6.4"
"ts-jest": "^28.0.3",
"typescript": "^4.7.2"
},
"dependencies": {
"commander": "^9.2.0",
"commander": "^9.3.0",
"fs-extra": "^10.1.0",

@@ -59,3 +59,3 @@ "gensequence": "^3.1.1",

},
"gitHead": "7fd3e4ff8738a84d0aa48b9a9d4581b5efe50bea"
"gitHead": "67ce60164435b86840b37ab7584e98083af58c9c"
}
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