Comparing version 0.1.0 to 0.1.1
@@ -122,3 +122,3 @@ /** | ||
{ | ||
var st, index, word; | ||
var st, index, word, w; | ||
@@ -164,5 +164,5 @@ if (i === words.length) | ||
for (word in st) | ||
for (w in st) | ||
{ | ||
if (st.hasOwnProperty(word)) | ||
if (st.hasOwnProperty(w)) | ||
{ | ||
@@ -169,0 +169,0 @@ return; |
{ | ||
"name": "qlobber", | ||
"description": "Node.js globbing for amqp-like topics", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/davedoesdev/qlobber", | ||
@@ -6,0 +6,0 @@ "author": { |
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
26277