
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@whop-core/observability
Advanced tools
This package is designed to export standardized helpers and wrappers to cover every application in the Whop Frontend/Apps stack with observability. Our observability stack exists on top of [Highlight](https://highlight.io), but is designed such that we ca
This package is designed to export standardized helpers and wrappers to cover every application in the Whop Frontend/Apps stack with observability. Our observability stack exists on top of Highlight, but is designed such that we can drop in any provider as we see fit. It exports numerous things, so we'll cover those down the list here.
cf-otel.ts exports a function called instrumentCfWorker. This is used to instrument all our app components with Highlight.config-wrapper.ts exports a function called withObservabilityConfig. This is used to instrument our Next.JS apps on the server side.error-boundary.tsx exports a React component that renders the Highlight Error Boundary. This allows us to standardize the error state across our apps.highlight.ts exports the H helper from Highlight's client library. This ensures that we use the same version of Highlight across all of our apps, in case you need to call Highlight directly.identify-user.ts exports helpers to identify users in Highlight inside of a Whop App. It uses the Whop Apps SDK to retrieve the user and set the user in the current Highlight session.opentelemetry.ts exports everything from the @opentelemetry/api packagetrack-event.ts exports a standardized method to track an analytics/observability event. It sends the event to both Highlight and PostHog, and if we want to add another provider, we can do so here to keep it standard for all apps.vercel-otel.ts exports a helper to configure Next.js instrumentationwhop-apps-observability-provider.ts exports a React component that is designed to wrap a Whop App in the Highlight error boundary, initialize Highlight on the page, and identify the user with the session they are currently on.whop-core-observability-provider.ts exports a React component that is designed to wrap a Whop Core application in the Highlight error boundary and initialize Highlight on the page.FAQs
This package is designed to export standardized helpers and wrappers to cover every application in the Whop Frontend/Apps stack with observability. Our observability stack exists on top of [Highlight](https://highlight.io), but is designed such that we ca
The npm package @whop-core/observability receives a total of 159 weekly downloads. As such, @whop-core/observability popularity was classified as not popular.
We found that @whop-core/observability demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.