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.7 to 0.0.8

7

lib/fuzzyset.js

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

var fuzzyset = {
};

@@ -291,3 +291,6 @@

module.exports = FuzzySet;
root.FuzzySet = FuzzySet;
if(root)
{
root.FuzzySet = FuzzySet;
}
} else {

@@ -294,0 +297,0 @@ root.FuzzySet = FuzzySet;

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

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

Sorry, the diff of this file is not supported yet

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