Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Showoff is a slideshow presentation tool with a twist. It runs as a web application, with audience interactivity features. This means that your audience can follow along in their own browsers, can download supplemental materials, can participate in quizzes or polls, post questions for the presenter, etc. By default, their slideshows will synchronize with the presenter, but they can switch to self-navigation mode.
Showoff allows you to author your presentation slides in Markdown, then organize
them with a showoff.json
file. This file also contains metadata about
the presentation, such as the title, any password protection, etc.
Then you just run showoff serve
in the presentation directory and open
a browser window.
Beyond the standard presentation functionality, Showoff provides:
Live presenter tools:
Live audience tools:
Content creation and distribution functionality:
Due to it being plain text, you can easily version control it, you can easily move sections between presentations, and you can rearrange or remove sections easily.
Showoff is distributed as a RubyGem. Simply install it like any other gem. Showoff will run out of the box on OS X and most Linux distributions. To install on Windows, you'll need to install both Ruby and the Ruby DevKit for compiling native extensions.
gem install showoff
Please see the user manual on the Showoff homepage for further information.
You can also generate a nice & pretty local copy of the user manual by running
rake doc
in your clone of the repository. The generated HTML will be saved in
the docs
directory.
See the CONTRIB.md file for how to contribute to this project
FAQs
Unknown package
We found that showoff 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.