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.
fermion-better_partials
Advanced tools
Provides syntactic suger for render :partial
Render a partial <%= partial "people/search_box" %>
Pass some parameters in <% form_for @person do |f| %> <%= partial "people/form", :f => f %> <% end %>
Pass in a collection <%= partial "people/person", :collection => @people %>
Or the terse way <%= partials @people %>
Also works, but not as nice reading <%= partial @people %>
Rendering a block <% partial "people/box" do %> Inner connect goes here.. (gets called in your partial's yield statement) <% end %>
:collection, :spacer_template, :object, :use_full_path
script/plugin install git://github.com/jcnetdev/better_partials.git
If you're using Rails 2.1, you can use the plugin as a gem.
Add this to your environment.rb:
config.gem 'jcnetdev-better_partials', :version => '>= 1.0', :lib => 'better_partials', :source => 'http://gems.github.com'
Then install via: rake gems:install
Copyright (c) 2008 Jacques Crocker (www.railsjedi.com), released under the MIT license
FAQs
Unknown package
We found that fermion-better_partials demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.