Socket
Socket
Sign inDemoInstall

wink-jaro-distance

Package Overview
Dependencies
0
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

18

package.json
{
"name": "wink-jaro-distance",
"version": "1.0.3",
"version": "1.0.4",
"description": "An Implementation of Jaro Distance Algorithm by Matthew A. Jaro",

@@ -34,14 +34,14 @@ "keywords": [

"devDependencies": {
"chai": "^4.1.1",
"coveralls": "^2.11.15",
"docco": "^0.7.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"docco": "^0.8.0",
"docker": "^1.0.0",
"documentation": "^5.2.1",
"eslint": "^4.4.1",
"documentation": "^5.3.5",
"eslint": "^4.14.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.4",
"mocha": "^3.1.0",
"mocha-lcov-reporter": "^1.2.0"
"jshint": "^2.9.5",
"mocha": "^4.0.1",
"mocha-lcov-reporter": "^1.3.0"
},
"runkitExampleFilename": "runkit/example.js"
}

@@ -9,3 +9,3 @@ # wink-jaro-distance

De-duplicate short strings such as names by computing similarity and distance between a pair of strings using **`wink-jaro-distance`**. It is a part of _[wink](https://www.npmjs.com/~sanjaya)_ — a growing family of high quality packages for Statistical Analysis, Natural Language Processing and Machine Learning in NodeJS.
De-duplicate short strings such as names by computing similarity and distance between a pair of strings using **`wink-jaro-distance`**. It is a part of [wink](https://www.npmjs.com/~sanjaya) — a growing family of high quality packages for Statistical Analysis, Natural Language Processing and Machine Learning in NodeJS.

@@ -43,2 +43,6 @@ It is an implementation of Jaro Distance Algorithm that determines the similarity/distance by taking into account the insertions, deletions and transpositions.

#### Table of Contents
- [jaro](#jaro)
### jaro

@@ -53,4 +57,4 @@

- `s1` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** — the first string.
- `s2` **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** — the second string.
- `s1` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** — the first string.
- `s2` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** — the second string.

@@ -66,3 +70,3 @@ **Examples**

Returns **[object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** containing `distance` and `similarity` values between 0 and 1.
Returns **[object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** containing `distance` and `similarity` values between 0 and 1.

@@ -75,5 +79,5 @@ ## Need Help?

**wink-jaro-distance** is copyright 2017 GRAYPE Systems Private Limited.
**wink-jaro-distance** is copyright 2017 [GRAYPE Systems Private Limited](http://graype.in/).
It is licensed under the under the terms of the GNU Affero General Public License as published by the Free
Software Foundation, version 3 of the License.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc