fuzzyset.js
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -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
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
14568
266
0