
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-logs
Advanced tools
Send logs to Flashcat from web browser pages with the browser logs SDK.
After adding @flashcatcloud/browser-logs to your package.json file, initialize it with:
import { flashcatLogs } from '@flashcatcloud/browser-logs'
flashcatLogs.init({
clientToken: '<FC_CLIENT_TOKEN>',
site: '<FC_SITE>',
forwardErrorsToLogs: true,
sessionSampleRate: 100,
})
After the Flashcat browser logs SDK is initialized, send custom log entries directly to Flashcat:
import { flashcatLogs } from '@flashcatcloud/browser-logs'
flashcatLogs.logger.info('Button clicked', { name: 'buttonName', id: 123 })
try {
...
throw new Error('Wrong behavior')
...
} catch (ex) {
flashcatLogs.logger.error('Error occurred', { team: 'myTeam' }, ex)
}
FAQs
Unknown package
The npm package @flashcatcloud/browser-logs receives a total of 46 weekly downloads. As such, @flashcatcloud/browser-logs popularity was classified as not popular.
We found that @flashcatcloud/browser-logs 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.