Socket
Socket
Sign inDemoInstall

damerau-levenshtein

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

42

CHANGELOG.md

@@ -1,8 +0,5 @@

# Cange Log
# Change Log
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

@@ -12,14 +9,29 @@

## [1.0.3] - 2016-09-26
Fixed:
- A title of this document :P
Added:
- List of contributors
- Bugs URL
- Git repository URL
## [1.0.2] - 2016-09-26
Fixed:
- Similarity 0 returned for equal strings #4 by @lzrski
## [1.0.1] - 2016-09-12
### Fixed
Fixed:
- Wrong results for transposition #2 by @g-adolph
### Added
Added:
- First unit test by @g-adolph
- A Change Log :)
- A Change Log :) by @lzrski
## [1.0.0] - 2016-02-23
### Fixed
Fixed:
- Update README to match the actual output by @gilly3

@@ -29,9 +41,9 @@

### Fixed
- Clear matrix on each call
- Always return object
Fixed:
- Clear matrix on each call @lzrski
- Always return an object @lzrski
## [0.1.2] - 2013-08-29
### Added
Added:
- ReadMe

@@ -41,3 +53,3 @@

### Added
- Initial working release
Added:
- Initial working release @lzrski
{
"name": "damerau-levenshtein",
"version": "1.0.2",
"version": "1.0.3",
"description": "Damerau - Levenshtein distance by The Spanish Inquisition + relative distance",

@@ -18,6 +18,18 @@ "main": "index.js",

"author": "The Spanish Inquisition",
"contributors": [
"Tadeusz Łazurski (https://www.lazurski.pl/)",
"Gustavo Marques Adolph",
"Ivan Gilchrist <github@jumpingfishes.com> (http://jumpingfishes.com)"
],
"license": "BSD-2-Clause",
"devDependencies": {
"mocha": "^3.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/lzrski/node-damerau-levenshtein.git"
},
"bugs": {
"url": "https://github.com/lzrski/node-damerau-levenshtein/issues"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc