
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@embrace-io/web-cli
Advanced tools
This tool is intended to help with build-time tasks for the Embrace Web SDK.
npm:
npm install --save-dev @embrace-io/web-cli
yarn:
yarn add -D @embrace-io/web-cli
To upload sourcemaps to Embrace as part of your build process you will require the following:
Symbol Upload
API token (found in your Embrace dashbboard in
Settings->API)Note that uploading multiple JS bundles and sourcemaps is not currently supported.
npx embrace-web-cli upload -a "YOUR_EMBRACE_APP_ID" -t "YOUR_EMBRACE_UPLOAD_API_TOKEN" -b "BUNDLE_PATH" -m "SOURCE_MAP_PATH"
The same upload
sub-command as above can be used to inject your app's version into your bundle if the value is only
known at build time. (If the version is known prior to build time you can provide it when initializing the SDK as
described in Keeping your app version up-to-date. Execute
the same command as above while also providing your app's version:
npx embrace-web-cli upload -a "YOUR_EMBRACE_APP_ID" -t "YOUR_EMBRACE_UPLOAD_API_TOKEN" -b "BUNDLE_PATH" -m "SOURCE_MAP_PATH" --app-version "APP_VERSION"
FAQs
Embrace Web CLI for uploading sourcemaps and versioning bundles
The npm package @embrace-io/web-cli receives a total of 586 weekly downloads. As such, @embrace-io/web-cli popularity was classified as not popular.
We found that @embrace-io/web-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.