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.5 to 0.0.6

LICENSE

5

CHANGELOG.md

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

<a name="0.0.6"></a>
## [0.0.6](https://github.com/kwonoj/hunspell-asm/compare/v0.0.5...v0.0.6) (2017-08-26)
<a name="0.0.5"></a>

@@ -2,0 +7,0 @@ ## [0.0.5](https://github.com/kwonoj/hunspell-asm/compare/v0.0.4...v0.0.5) (2017-08-23)

9

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

@@ -57,2 +57,9 @@ "main": "./dist/src/index.js",

},
"keywords": [
"WebAssembly",
"Wasm",
"Spellchecker",
"Hunspell",
"Language"
],
"homepage": "https://github.com/kwonoj/hunspell-asm#readme",

@@ -59,0 +66,0 @@ "devDependencies": {

@@ -77,2 +77,7 @@ [![Build Status](https://travis-ci.org/kwonoj/hunspell-asm.svg?branch=master)](https://travis-ci.org/kwonoj/hunspell-asm)

- `lint:staged`: Run lint only for staged changes. This'll be executed automatically with precommit hook.
- `commit`: Commit wizard to write commit message
- `commit`: Commit wizard to write commit message
# License
- Hunspell: [original license](https://github.com/hunspell/hunspell/blob/master/license.hunspell)
- Hunspell-asm: [MIT](https://github.com/kwonoj/hunspell-asm/blob/master/LICENSE)
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