hunspell-asm
Advanced tools
Comparing version 3.0.3 to 4.0.0
@@ -0,1 +1,16 @@ | ||
<a name="4.0.0"></a> | ||
# [4.0.0](https://github.com/kwonoj/hunspell-asm/compare/v3.0.3...v4.0.0) (2019-09-13) | ||
### Features | ||
* **hunspell:** reenable optimization ([06bdc36](https://github.com/kwonoj/hunspell-asm/commit/06bdc36)) | ||
### BREAKING CHANGES | ||
* **hunspell:** Unsupport mobile safari version have bugs (#187) | ||
<a name="3.0.3"></a> | ||
@@ -2,0 +17,0 @@ ## [3.0.3](https://github.com/kwonoj/hunspell-asm/compare/v3.0.2...v3.0.3) (2019-07-19) |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Hunspell.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=HunspellAsmModule.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=HunspellFactory.js.map |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { mountBuffer, unmount } from 'emscripten-wasm-loader'; |
export { loadModule } from './loadModule'; | ||
export { log, enableLogger } from './util/logger'; | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import { getModuleLoader } from 'emscripten-wasm-loader'; |
@@ -0,0 +0,0 @@ import { enableLogger as emscriptenEnableLogger } from 'emscripten-wasm-loader'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { BaseAsmModule } from 'emscripten-wasm-loader'; |
@@ -0,0 +0,0 @@ import { Hunspell } from './Hunspell'; |
@@ -0,0 +0,0 @@ import { HunspellAsmModule } from './HunspellAsmModule'; |
@@ -0,0 +0,0 @@ export { loadModule } from './loadModule'; |
@@ -0,0 +0,0 @@ import { HunspellFactory } from './HunspellFactory'; |
@@ -0,0 +0,0 @@ declare type logFunctionType = (message: string, ...optionalParams: Array<any>) => void; |
@@ -0,0 +0,0 @@ import { cwrapSignature } from 'emscripten-wasm-loader'; |
{ | ||
"name": "hunspell-asm", | ||
"version": "3.0.3", | ||
"version": "4.0.0", | ||
"description": "WebAssembly based Javascript bindings for hunspell spellchecker", | ||
@@ -16,3 +16,3 @@ "main": "./dist/cjs/index.js", | ||
}, | ||
"hunspell-version": "e13bda0-190620" | ||
"hunspell-version": "4870475-190913" | ||
}, | ||
@@ -58,32 +58,32 @@ "lint-staged": { | ||
"devDependencies": { | ||
"@babel/core": "^7.5.5", | ||
"@babel/core": "^7.6.0", | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-angular": "^8.1.0", | ||
"@types/chai": "^4.1.7", | ||
"@types/jest": "^24.0.15", | ||
"@types/lodash": "^4.14.136", | ||
"@types/node": "^12.6.8", | ||
"@types/chai": "^4.2.2", | ||
"@types/jest": "^24.0.18", | ||
"@types/lodash": "^4.14.138", | ||
"@types/node": "^12.7.5", | ||
"@types/shelljs": "^0.8.5", | ||
"chai": "^4.2.0", | ||
"commitizen": "^4.0.2", | ||
"conventional-changelog-cli": "^2.0.21", | ||
"husky": "^3.0.1", | ||
"jest": "^24.8.0", | ||
"jest-spin-reporter": "^1.0.2", | ||
"lint-staged": "^9.2.0", | ||
"commitizen": "^4.0.3", | ||
"conventional-changelog-cli": "^2.0.23", | ||
"husky": "^3.0.5", | ||
"jest": "^24.9.0", | ||
"jest-spin-reporter": "^2.0.0", | ||
"lint-staged": "^9.2.5", | ||
"lodash": "^4.17.15", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.18.2", | ||
"rxjs": "^6.5.2", | ||
"rxjs": "^6.5.3", | ||
"shelljs": "^0.8.3", | ||
"shx": "^0.3.2", | ||
"ts-jest": "^24.0.2", | ||
"ts-jest": "^24.1.0", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"tslint": "^5.20.0", | ||
"tslint-no-unused-expression-chai": "0.1.4", | ||
"typescript": "^3.5.3" | ||
"typescript": "^3.6.3" | ||
}, | ||
"dependencies": { | ||
"emscripten-wasm-loader": "^3.0.3", | ||
"nanoid": "^2.0.3" | ||
"nanoid": "^2.1.1" | ||
}, | ||
@@ -90,0 +90,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
5927389
23157
3
9
24
Updatednanoid@^2.1.1