Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.11 to 0.0.12

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="0.0.12"></a>
## [0.0.12](https://github.com/kwonoj/hunspell-asm/compare/v0.0.11...v0.0.12) (2017-09-15)
### Bug Fixes
* **environment:** fix browser environment module loading ([b2e16d6](https://github.com/kwonoj/hunspell-asm/commit/b2e16d6))
<a name="0.0.11"></a>

@@ -2,0 +12,0 @@ ## [0.0.11](https://github.com/kwonoj/hunspell-asm/compare/v0.0.10...v0.0.11) (2017-09-15)

0

dist/src/Hunspell.d.ts

@@ -0,0 +0,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=Hunspell.js.map

@@ -0,0 +0,0 @@ /// <reference types="node" />

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=HunspellAsmModule.js.map

@@ -0,0 +0,0 @@ import { Hunspell } from './Hunspell';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=HunspellFactory.js.map

@@ -0,0 +0,0 @@ import { HunspellAsmModule } from './HunspellAsmModule';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { loadModule } from './loadModule';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { FS } from './HunspellAsmModule';

@@ -0,0 +0,0 @@ "use strict";

import { ENVIRONMENT } from 'emscripten-wasm-loader';
import { HunspellFactory } from './HunspellFactory';
export declare const loadModule: (binaryEndpoint?: string, environment?: ENVIRONMENT) => Promise<HunspellFactory>;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { FS } from './HunspellAsmModule';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { FS } from './HunspellAsmModule';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { FS } from './HunspellAsmModule';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { FS } from './HunspellAsmModule';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ declare type logFunctionType = (message: string, ...optionalParams: Array<any>) => void;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { cwrapSignature } from './HunspellAsmModule';

@@ -0,0 +0,0 @@ "use strict";

4

package.json
{
"name": "hunspell-asm",
"version": "0.0.11",
"version": "0.0.12",
"description": "WebAssembly based Javascript bindings for hunspell spellchecker",

@@ -76,3 +76,3 @@ "main": "./dist/src/index.js",

"dependencies": {
"emscripten-wasm-loader": "0.0.4",
"emscripten-wasm-loader": "0.0.5",
"getroot": "^1.0.0",

@@ -79,0 +79,0 @@ "nanoid": "^0.2.0",

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