
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@shutterstock/kinesis-helpers
Advanced tools
Helper classes for the AWS v3 SDK for JS Kinesis Client (@aws-sdk/client-kinesis
).
KinesisRetrier
will retry failed records with a "successful" PutRecordsCommand
that has items marked as failed within the response, which then need to be retried.
KinesisBackgroundWriter
will accept writes immediately if there is a concurrent writer slot available, and will block the caller until a slot becomes available if all slots are in use.
The package is available on npm as @shutterstock/kinesis-helpers
npm i @shutterstock/kinesis-helpers
import { KinesisBackgroundWriter, KinesisRetrier } from '@shutterstock/kinesis-helpers';
After installing the package, you might want to look at our API Documentation to learn about all the features available.
nvm use
npm i
npm run build
npm run lint
npm run test
aws kinesis create-stream --stream-name kinesis-helpers-test-stream --shard-count 1
kinesis-helpers-test-stream
npm run example:kinesis-retrier
KINESIS_STREAM_NAME=my-stream-name npm run example:kinesis-retrier
aws kinesis create-stream --stream-name kinesis-helpers-test-stream --shard-count 1
kinesis-helpers-test-stream
npm run example:kinesis-background-writer
KINESIS_STREAM_NAME=my-stream-name npm run example:kinesis-background-writer
FAQs
Helper classes for `@aws-sdk/client-kinesis`
We found that @shutterstock/kinesis-helpers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.