hunspell-reader
Advanced tools
Comparing version 6.17.0 to 6.18.0
{ | ||
"name": "hunspell-reader", | ||
"version": "6.17.0", | ||
"version": "6.18.0", | ||
"description": "A library for reading Hunspell Dictionary Files", | ||
@@ -41,13 +41,13 @@ "bin": "bin.js", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/jest": "^29.2.3", | ||
"@types/node": "^18.11.10", | ||
"@types/jest": "^29.2.4", | ||
"@types/node": "^18.11.17", | ||
"jest": "^29.3.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.4" | ||
}, | ||
"dependencies": { | ||
"commander": "^9.4.1", | ||
"fs-extra": "^10.1.0", | ||
"gensequence": "^4.0.2", | ||
"fs-extra": "^11.1.0", | ||
"gensequence": "^4.0.3", | ||
"iconv-lite": "^0.6.3" | ||
@@ -58,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "a9917563690588777a16e844eaa9c112f44b2d21" | ||
"gitHead": "6785657a445643ec1c9a17152e3c3733eb0e2a74" | ||
} |
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
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
+ Addedfs-extra@11.2.0(transitive)
- Removedfs-extra@10.1.0(transitive)
Updatedfs-extra@^11.1.0
Updatedgensequence@^4.0.3