
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@flashcatcloud/browser-rum
Advanced tools
Flashcat Real User Monitoring (RUM) enables you to visualize and analyze the real-time performance and user journeys of your application's individual users.
See the dedicated flashcat documentation for more details.
To start collecting events, add @flashcatcloud/browser-rum to your package.json file, then initialize it with:
import { flashcatRum } from '@flashcatcloud/browser-rum'
flashcatRum.init({
applicationId: '<FC_APPLICATION_ID>',
clientToken: '<FC_CLIENT_TOKEN>',
site: '<FC_SITE>',
// service: 'my-web-application',
// env: 'production',
// version: '1.0.0',
sessionSampleRate: 100,
sessionReplaySampleRate: 100,
trackResources: true,
trackLongTasks: true,
trackUserInteractions: true,
})
Note: The trackUserInteractions parameter enables the automatic collection of user clicks in your application. Sensitive and private data contained in your pages may be included to identify the elements interacted with.
FAQs
Unknown package
The npm package @flashcatcloud/browser-rum receives a total of 684 weekly downloads. As such, @flashcatcloud/browser-rum popularity was classified as not popular.
We found that @flashcatcloud/browser-rum demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.