Comparing version 2.0.0 to 2.1.0
@@ -19,3 +19,2 @@ 'use strict'; | ||
*/ | ||
test: function test(q, str) { | ||
@@ -22,0 +21,0 @@ var caseSensitive = arguments.length <= 2 || arguments[2] === undefined ? false : arguments[2]; |
{ | ||
"name": "fuzzyjs", | ||
"version": "2.0.0", | ||
"description": "Fuzzy.js is a fuzzy search algorithm in javascript", | ||
"version": "2.1.0", | ||
"description": "fuzzyjs is a fuzzy search algorithm in javascript", | ||
"main": "build/fuzzy.js", | ||
@@ -40,3 +40,7 @@ "directories": { | ||
}, | ||
"homepage": "https://github.com/gjuchault/fuzzyjs#readme" | ||
"homepage": "https://github.com/gjuchault/fuzzyjs#readme", | ||
"typings": "./fuzzy.d.ts", | ||
"typescript": { | ||
"definition": "./fuzzy.d.ts" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # fuzzyjs # | ||
fuzzyjs is a fuzzy search algorithm in javascript. It fits in 577 bytes compressed (~400 bytes gzipped). | ||
fuzzyjs is a fuzzy search algorithm in javascript. | ||
@@ -9,0 +9,0 @@ ## License ## |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22634
11
351
0