New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hunspell-asm

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hunspell-asm - npm Package Compare versions

Comparing version

to
2.0.0

dist/cjs/lib/hunspell.js

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="2.0.0"></a>
# [2.0.0](https://github.com/kwonoj/hunspell-asm/compare/v2.0.0-beta.8...v2.0.0) (2019-01-31)
* Bump up beta.8 to official release
<a name="2.0.0-beta.8"></a>

@@ -2,0 +7,0 @@ # [2.0.0-beta.8](https://github.com/kwonoj/hunspell-asm/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2019-01-31)

2

dist/cjs/loadModule.js

@@ -26,3 +26,3 @@ "use strict";

case 0:
runtime = require("./lib/hunspell-asm");
runtime = require("./lib/hunspell");
environment = initOptions.environment, timeout = initOptions.timeout;

@@ -29,0 +29,0 @@ env = environment ? environment : emscripten_wasm_loader_1.isNode() ? emscripten_wasm_loader_1.ENVIRONMENT.NODE : emscripten_wasm_loader_1.ENVIRONMENT.WEB;

@@ -24,3 +24,3 @@ var _this = this;

case 0:
runtime = require("./lib/hunspell-asm");
runtime = require("./lib/hunspell");
environment = initOptions.environment, timeout = initOptions.timeout;

@@ -27,0 +27,0 @@ env = environment ? environment : isNode() ? ENVIRONMENT.NODE : ENVIRONMENT.WEB;

{
"name": "hunspell-asm",
"version": "2.0.0-beta.asm.4",
"version": "2.0.0",
"description": "WebAssembly based Javascript bindings for hunspell spellchecker",

@@ -53,27 +53,28 @@ "main": "./dist/cjs/index.js",

"devDependencies": {
"@commitlint/cli": "^7.4.0",
"@commitlint/config-angular": "^7.3.1",
"@babel/core": "^7.3.4",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-angular": "^7.5.0",
"@types/chai": "^4.1.7",
"@types/jest": "^23.3.13",
"@types/lodash": "^4.14.120",
"@types/node": "^10.12.19",
"@types/shelljs": "^0.8.2",
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.123",
"@types/node": "^11.11.1",
"@types/shelljs": "^0.8.3",
"chai": "^4.2.0",
"commitizen": "^3.0.5",
"conventional-changelog-cli": "^2.0.11",
"commitizen": "^3.0.7",
"conventional-changelog-cli": "^2.0.12",
"husky": "^1.3.1",
"jest": "^23.6.0",
"jest": "^24.4.0",
"jest-spin-reporter": "^1.0.2",
"lint-staged": "^8.1.1",
"lint-staged": "^8.1.5",
"lodash": "^4.17.11",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.1",
"prettier": "^1.16.4",
"rxjs": "^6.4.0",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
"ts-jest": "^23.10.5",
"ts-node": "^7.0.1",
"tslint": "^5.12.1",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.3",
"tslint": "^5.13.1",
"tslint-no-unused-expression-chai": "0.1.4",
"typescript": "^3.2.4"
"typescript": "^3.3.3333"
},

@@ -80,0 +81,0 @@ "dependencies": {

@@ -26,3 +26,3 @@ import { ENVIRONMENT, getModuleLoader, isNode } from 'emscripten-wasm-loader';

//tslint:disable-next-line:no-require-imports no-var-requires
const runtime = require(`./lib/hunspell-asm`);
const runtime = require(`./lib/hunspell`);

@@ -29,0 +29,0 @@ const { environment, timeout } = initOptions;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet