Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
rails_view_generator
Advanced tools
This gem adds a Rails generator that creates just the view file which would normally generated by a rails generate scaffold
command.
bundle add rails_view_generator, group: :development
bundle install
rails generate view ModelName field_name:field_type field_name2:field_type2 ...
This generator utilizes the same look-up for the .html.erb.tt
files as the original scaffold generator, which can be found in the rails/generators/erb/scaffold/templates
.
You can customize these views by copying them to lib/templates/erb/scaffold
and modifying them as needed.
Bug reports and pull requests are welcome on GitHub at https://github.com/coezbek/rails_view_generator.
FAQs
Unknown package
We found that rails_view_generator demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.