Underscore references in certain files where possible are replaced with native ones as referenced in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore. Currently, the native version isn't available for .any() and .isEqual() in lines 69 and 70 in lib/subscription.js, so these are skipped for now. The following changes are made-
The changes are made in a separate branch Replaces underscore references with native one.
The remaining underscore functions will be tackled in other pr.
Resolves #158
Underscore references in certain files where possible are replaced with native ones as referenced in https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore. Currently, the native version isn't available for .any() and .isEqual() in lines 69 and 70 in lib/subscription.js, so these are skipped for now. The following changes are made-
https://github.com/Nandika-A/meteor-publish-composite/commit/6d5f2a0c63968a13a7e5c29c820169f68a7a7b76 https://github.com/Nandika-A/meteor-publish-composite/commit/da3aff7c6490db37d72a57d33fa7cc20c18f67da
The changes are made in a separate branch Replaces underscore references with native one. The remaining underscore functions will be tackled in other pr.