Socket
Socket
Sign inDemoInstall

fuzzyset.js

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fuzzyset.js - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

fe69ccf2-3c69-11ea-b3db-705681b95d8bj/index.html

6

lib/fuzzyset.js

@@ -101,8 +101,2 @@ (function() {

fuzzyset._get = function(value, minMatchScore) {
var normalizedValue = this._normalizeStr(value),
result = this.exactSet[normalizedValue];
if (result) {
return [[1, result]];
}
var results = [];

@@ -109,0 +103,0 @@ // start with high gram size and if there are no results, go to lower gram sizes

2

package.json
{
"name":"fuzzyset.js",
"description":"A fuzzy string set for JavaScript",
"version":"0.0.8",
"version":"0.0.9",
"homepage":"http://Glench.github.com/fuzzyset.js",

@@ -6,0 +6,0 @@ "repository":"git://github.com/Glench/fuzzyset.js.git",

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