hunspell-reader
Advanced tools
Comparing version 6.0.0 to 6.1.0-alpha.0
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64214
1588
1
Updatedcommander@^9.3.0