Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@uptrace/web
Advanced tools
@uptrace/web is the official Uptrace client for Web browsers that sends your traces/spans to Uptrace.dev.
v1.10.0
OpenTelemetry JS v1.10 contains a
breaking change in NodeSDK
which
requires replacing the following code:
const uptrace = require('@uptrace/node')
uptrace.configureOpentelemetry({...}).start().then(main)
With just:
const uptrace = require('@uptrace/node')
uptrace.configureOpentelemetry({...})
See documentation for more details.
FAQs
Uptrace JS exporter for browsers
The npm package @uptrace/web receives a total of 310 weekly downloads. As such, @uptrace/web popularity was classified as not popular.
We found that @uptrace/web demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.