loading
loading copied to clipboard
loading dir files as module to an object
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
lib/inject.js line 23 ``` if (!isOverride && obj[property]) { //what about isOverride:false, obj[propery]:0 throw new Error('can\'t overwrite property ' + property); } ``` obj[property] may be `Falsey Value`, such as...
want support dot file, like dao/User.sqlmap.js; ``` js dao/ - User.js - User.sqlmap.js ```
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this...