We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like the only usage of lodash is in Match.ts so you're bringing in over a MB of lodash code to do something that takes a couple lines of js.
return x && typeof (x[Consts.IMATCH_MATCHES_NAME]) !== 'undefined' && typeof (x[Consts.IMATCH_ID_NAME]) !== 'undefined' && x[Consts.IMATCH_ID_NAME] === Consts.IMATCH_ID_VALUE;
The text was updated successfully, but these errors were encountered:
I would also like to add that lodash has security vulnerabilities. Can you remove it or update your dependencies?
lodash
Sorry, something went wrong.
No branches or pull requests
It looks like the only usage of lodash is in Match.ts so you're bringing in over a MB of lodash code to do something that takes a couple lines of js.
The text was updated successfully, but these errors were encountered: