File tree Expand file tree Collapse file tree 4 files changed +1346
-1112
lines changed Expand file tree Collapse file tree 4 files changed +1346
-1112
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- const Joi = require ( './get.joi.js ' ) ( ) ;
1+ const Joi = require ( './getJoi ' ) ( ) ;
22
33// pluralize
44const p = ( word , num ) => ( num === 1 ? word : `${ word } s` ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " joi-password-complexity" ,
3- "version" : " 4.1 .0" ,
3+ "version" : " 4.2 .0" ,
44 "description" : " Joi validation for password complexity requirements." ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
1212 "url" : " git+https://github.com/kamronbatman/joi-password-complexity.git"
1313 },
1414 "devDependencies" : {
15- "eslint" : " ^6.8 .0" ,
16- "eslint-config-airbnb-base" : " ^14.1 .0" ,
17- "eslint-plugin-import" : " ^2.20.1 " ,
18- "eslint-plugin-jest" : " ^23.8.2 " ,
19- "jest" : " ^25 .1.0" ,
15+ "eslint" : " ^7.5 .0" ,
16+ "eslint-config-airbnb-base" : " ^14.2 .0" ,
17+ "eslint-plugin-import" : " ^2.22.0 " ,
18+ "eslint-plugin-jest" : " ^23.18.0 " ,
19+ "jest" : " ^26 .1.0" ,
2020 "@hapi/joi" : " ^17.1.1" ,
2121 "joi" : " ^17.1.1"
2222 },
You can’t perform that action at this time.
0 commit comments