
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@builder.io/forum-tracking
Advanced tools
This is an extremely simple NPM package that is meant primarily to be used with Unpkg's CDN to add quick tracking to our [forum](https://forum.builder.io/) pages.
This is an extremely simple NPM package that is meant primarily to be used with Unpkg's CDN to add quick tracking to our forum pages.
First we need to create a keys.json
file with this shape:
{
"MIXPANEL_PUBLIC_KEY": "some-random-api-key-here-for-mixpanel",
"AMPLITUDE_PUBLIC_KEY": "some-random-api-key-here-for-amplitude",
"SOMESERVICE_PUBLIC_KEY" "you-get-the-idea"
}
(Right now only MIXPANEL_PUBLIC_KEY
and AMPLITUDE_PUBLIC_KEY
are required).
Then run:
$ npm install
$ npm run build
Once you are properly authenticated with the npm
CLI tool, increment the version
field in package.json
and then just run:
$ npm publish
The version number has to change every time we publish; NPM won't let us overwrite existing versions.
Then, go to the forum's theme settings, edit its HTML/CSS, and add/replace this in the </body>
section:
<script src="//unpkg.com/@builder.io/forum-tracking@<VERSION>/dist/index.browser.js" async defer></script>
where <VERSION>
is the version number in package.json
.
FAQs
This is an extremely simple NPM package that is meant primarily to be used with Unpkg's CDN to add quick tracking to our [forum](https://forum.builder.io/) pages.
We found that @builder.io/forum-tracking demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.