
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
NGCRUD is a Ruby gem designed to simplify Angular code generation in the command-line interface (CLI), similar to the functionality provided by Rails for Ruby on Rails applications. With NGCRUD, you can effortlessly scaffold Angular components based on your defined models, streamlining the development of Angular applications.
This gem is currently in its early stage of development. While I have made efforts to ensure its functionality, it may contain bugs, limitations, or incomplete features. I'm actively working to improve and enhance its performance and functionality.
The code generated by this gem requires an installation of Angular, ngx-toastr and the following Angular Firestore modules:
To install NGCRUD, use RubyGems:
gem install ngcrud
Suppose you want to generate Angular code for a "Contacts" model with the following attributes:
ngcrud Contacts name:string telephone:string birth_date:date active:boolean email_marketing:boolean
This will generate inside src/app/features/contacts the following files and code:
NGCRUD is released under the MIT License.
If you have any questions or feedback, feel free to contact me mdorozcog@gmail.com
Happy coding!
FAQs
Unknown package
We found that ngcrud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.