Merge pull request #640 from asger-semmle/lodash-case

Approved by esben-semmle
This commit is contained in:
semmle-qlci
2019-01-14 07:59:59 +00:00
committed by GitHub
4 changed files with 343 additions and 20 deletions

View File

@@ -23,19 +23,21 @@
| tst.js:55:1:55:49 | checkDe ... arg())) | OK |
| tst.js:56:1:56:53 | checkDe ... arg())) | OK |
| tst.js:57:1:57:56 | checkDe ... arg())) | OK |
| tst.js:61:1:61:42 | checkSh ... arg())) | OK |
| tst.js:62:1:62:48 | checkSh ... arg())) | OK |
| tst.js:63:1:63:54 | checkSh ... arg())) | OK |
| tst.js:64:1:64:45 | checkSh ... arg())) | OK |
| tst.js:65:1:65:52 | checkSh ... arg())) | OK |
| tst.js:66:1:66:53 | checkSh ... arg())) | OK |
| tst.js:67:1:67:53 | checkSh ... arg())) | OK |
| tst.js:68:1:68:55 | checkSh ... arg())) | OK |
| tst.js:69:1:69:52 | checkSh ... arg())) | OK |
| tst.js:70:1:70:51 | checkSh ... arg())) | OK |
| tst.js:71:1:71:51 | checkSh ... arg())) | OK |
| tst.js:72:1:72:53 | checkSh ... arg())) | OK |
| tst.js:73:1:73:53 | checkSh ... arg())) | OK |
| tst.js:77:1:77:45 | checkSh ... arg())) | OK |
| tst.js:78:1:78:55 | checkSh ... arg())) | OK |
| tst.js:79:1:79:51 | checkSh ... arg())) | OK |
| tst.js:58:1:58:53 | checkDe ... arg())) | OK |
| tst.js:59:1:59:56 | checkDe ... arg())) | OK |
| tst.js:63:1:63:42 | checkSh ... arg())) | OK |
| tst.js:64:1:64:48 | checkSh ... arg())) | OK |
| tst.js:65:1:65:54 | checkSh ... arg())) | OK |
| tst.js:66:1:66:45 | checkSh ... arg())) | OK |
| tst.js:67:1:67:52 | checkSh ... arg())) | OK |
| tst.js:68:1:68:53 | checkSh ... arg())) | OK |
| tst.js:69:1:69:53 | checkSh ... arg())) | OK |
| tst.js:70:1:70:55 | checkSh ... arg())) | OK |
| tst.js:71:1:71:52 | checkSh ... arg())) | OK |
| tst.js:72:1:72:51 | checkSh ... arg())) | OK |
| tst.js:73:1:73:51 | checkSh ... arg())) | OK |
| tst.js:74:1:74:53 | checkSh ... arg())) | OK |
| tst.js:75:1:75:53 | checkSh ... arg())) | OK |
| tst.js:79:1:79:45 | checkSh ... arg())) | OK |
| tst.js:80:1:80:55 | checkSh ... arg())) | OK |
| tst.js:81:1:81:51 | checkSh ... arg())) | OK |

View File

@@ -14,6 +14,8 @@
"js-extend": "^1.0.1",
"just-extend": "^1.1.27",
"lodash": "^4.17.10",
"lodash.defaultsdeep": "^4.6.0",
"lodash.mergewith": "^4.6.1",
"merge": "^1.2.0",
"merge-deep": "^3.0.2",
"merge-options": "^1.0.1",

View File

@@ -55,6 +55,8 @@ checkDeep(require("smart-extend").deep(base(), arg()));
checkDeep(require("lodash").merge(base(), arg()));
checkDeep(require("lodash").mergeWith(base(), arg()));
checkDeep(require("lodash").defaultsDeep(base(), arg()));
checkDeep(require("lodash.mergewith")(base(), arg()));
checkDeep(require("lodash.defaultsdeep")(base(), arg()));
// Always shallow