File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 22
33const passwordTree = require ( './passwordTree' ) ;
44
5- exports . isStupid = ( userPasswordInputString ) => passwordTree
5+ const isStupid = ( userPasswordInputString ) => passwordTree
66 . searchForNodes ( userPasswordInputString . toLowerCase ( ) ) ;
77
8+ exports . isStupid = isStupid ;
9+ exports . isOneOfThem = isStupid ;
10+ exports . check = isStupid ;
11+
812exports . rateOfUsage = ( userPasswordInputString ) => passwordTree
913 . passwordInfo ( userPasswordInputString . toLowerCase ( ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " stupid-passwords" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " Guard your users from security problems that start by having stupid passwords" ,
55 "main" : " index.js" ,
66 "scripts" : {
1313 },
1414 "keywords" : [
1515 " stupid" ,
16- " stupid" ,
17- " passwords" ,
1816 " password" ,
17+ " stupid passwords" ,
1918 " common" ,
20- " passwords"
19+ " common passwords" ,
20+ " security" ,
21+ " user" ,
22+ " user password"
2123 ],
2224 "author" :
" Eugene Mutai <[email protected] > (http://twitter.com/kn9ts)" ,
2325 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments