
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@bitrise/beam
Advanced tools
Beam is a JavaScript component that gives users a way back to Bitrise from Add-on provider sites
Beam is a JavaScript widget that add-on developers can embed into their page to allow users to return to Bitrise. It has no dependencies and works on a wide variety of screen sizes and browser versions.
npm install @bitrise/beam
var Beam = require("@bitrise/beam").Beam;
import { Beam } from "@bitrise/beam";
// after DOMContentLoaded
Beam.init({
// options
});
Or include into a webpage
<script src="https://unpkg.com/@bitrise/beam@<version>/dist/beam.min.js"></script>
<script type="text/javascript">
Beam.init({
// options
});
</script>
anchor
: node to attach Beam to, document.body
by defaultapp_slug
: slug for the app whole add-on page we're onapp_name
: name of the app whose add-on page we're onaddon_documentation
: URL to the documentation for this addonBeam can be run locally using webpack-dev-server
.
FAQs
Beam is a JavaScript component that gives users a way back to Bitrise from Add-on provider sites
We found that @bitrise/beam demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.