
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Rack middleware generator.
$ gem install rack-generator
rack-generator new my-middleware "Raul Murciano" "raul@murciano.net" "Description of my middleware"
You'll see a new rack-my-middleware
directory, containing a few useful files:
lib/rack/my-middleware.rb
contains a sample middleware that upcases the response bodies of the embedding apptest/rack_my_middleware_test.rb
includes sample tests that you can run with bundle exec rake
rack-my-middleware.gemspec
is ready to build a gem from your middleware with gem build rack-my-middleware.gemspec
. That will generate a rack-my-middleware-1.0.0.gem
file that you can install locally (gem install rack-my-middleware-1.0.0.gem
) or release with gem push rack-my-middleware-1.0.0.gem
README.md
and LICENSE.txt
files should include your name, review them before pushing your codeFAQs
Unknown package
We found that rack-generator 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
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.