Skip to content

Commit 2ae6b1a

Browse files
authored
Fix security warnings (#75)
* Update [email protected] Satisfy Github security warnings for cryptiles, hoek, sshpk, and tough-cookie. * Upgrade [email protected] Satisfy no-case security warnings. Fix eslint warnings about spacing and indentation.
1 parent 14b3fd3 commit 2ae6b1a

File tree

9 files changed

+4625
-7137
lines changed

9 files changed

+4625
-7137
lines changed

examples/category-results.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
/* eslint-enable max-len, lines-around-comment */
1818
$http.get('https://www.govtrack.us/api/v2/role?current=true&role_type=senator')
1919
])
20-
.then(function (responses) {
21-
states = responses[0].data;
22-
searcher = new FuzzySearch(responses[1].data.objects,
20+
.then(function (responses) {
21+
states = responses[0].data;
22+
searcher = new FuzzySearch(responses[1].data.objects,
2323
['party', 'person.firstname', 'person.lastname']);
2424

25-
resolve(searcher);
26-
});
25+
resolve(searcher);
26+
});
2727
}
2828
});
2929
}

0 commit comments

Comments
 (0)