
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
@redpanda-data/wasm-api
Advanced tools
Redpanda coprocessing client library for nodejs
const wasmJs = const {
SimpleTransform,
} = require("@redpanda-data/wasm-api");
const transform = new SimpleTransform();
transform.subscribe(["my-topic", PolicyInjection.Stored]);
transform.processRecord((recordBatch) => {
return Promise.resolve(new Map(....));
});
Use the map returned from the processRecord method to determine what output topics you'd like to produce onto. For example if the recordBatch arrived from 'my-topic' and your Map contains a single key 'Foo', the transformed recordBatch will be produced onto a materialized topic named 'my-topic.$Foo$'. Materialized topics share all topic attributes with its source topic.
FAQs
wasm api helps to define wasm function
The npm package @redpanda-data/wasm-api receives a total of 0 weekly downloads. As such, @redpanda-data/wasm-api popularity was classified as not popular.
We found that @redpanda-data/wasm-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.