-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Refactor to es6 #8
Conversation
Hey @TheRealNate @diavrank I completely updated this library and replaced lodash with native ES6 If this gets released we can update the core to use this instead of the 6 years old minimongo and have nearly all vulnerabilities removed. |
@TheRealNate can you take a look at this? This is required to fix all these lodash issues that arise when install Once this is published, for example as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Merge when ready
Thank you @TheRealNate can you publish it to npm? We can then include it in meteorrn/meteor-react-native#99 |
@jankapunkt Done. Theres a GH action setup to auto publish when a new release is declared, so you should be able to use that in the future. |
This pr moves all code to ES6 and removes outdated dependencies where possible.