
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@browser-replay/plugin-sequential-id-replay
Advanced tools
browser-replay plugin for sequential node IDs during replay
Use this plugin in combination with the @browser-replay/plugin-sequential-id-record plugin to record and replay events with a sequential id. See the guide for more info.
npm install @browser-replay/plugin-sequential-id-replay
import { Replayer } from '@browser-replay/replay';
import { getReplaySequentialIdPlugin } from '@browser-replay/plugin-sequential-id-replay';
const replayer = new Replayer(events, {
plugins: [
getReplaySequentialIdPlugin({
// make sure this is the same as the record side
key: '_id', // default value
warnOnMissingId: true, // default value
}),
],
});
replayer.play(); // ERROR: [sequential-id-plugin]: expect to get an id with value "42", but got "666"`
FAQs
browser-replay plugin for sequential node IDs during replay
We found that @browser-replay/plugin-sequential-id-replay demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

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.