Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.3 to 0.0.4

4

lib/fuzzyset.js

@@ -5,3 +5,3 @@ (function() {

var fuzzyset = {
version: '0.0.1'
};

@@ -112,3 +112,3 @@

results = this.__get(value, gramSize, minMatchScore);
if (results) {
if (results && results.length > 0) {
return results;

@@ -115,0 +115,0 @@ }

{
"name":"fuzzyset.js",
"description":"A fuzzy string set for JavaScript",
"version":"0.0.3",
"version":"0.0.4",
"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