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.12 to 0.0.13

10

CHANGELOG.md

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

<a name="0.0.13"></a>
## [0.0.13](https://github.com/kwonoj/hunspell-asm/compare/v0.0.12...v0.0.13) (2017-09-16)
### Features
* **hunspell:** bump up hunspell ([a38c5dc](https://github.com/kwonoj/hunspell-asm/commit/a38c5dc))
<a name="0.0.12"></a>

@@ -2,0 +12,0 @@ ## [0.0.12](https://github.com/kwonoj/hunspell-asm/compare/v0.0.11...v0.0.12) (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";

2

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

@@ -5,0 +5,0 @@ "main": "./dist/src/index.js",

Sorry, the diff of this file is too big to display

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