
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@sswahn/dynamo
Advanced tools
This library simplifies common DynamoDB CRUD operations, providing a seamless and intuitive experience.
This library simplifies common DynamoDB CRUD operations, providing a seamless and intuitive experience.
Using npm.
npm install @sswahn/dynamo
import dynamo from '@sswahn/dynamo'
Add items to your DynamoDB table. DynamoDB data types are automatically handled so no need to use properties such as S, or N, etc.
const response = await dynamo.create(data)
Retrieve items from your DynamoDB table. Optionally, set a limit for the scan to control the number of returned items.
const response = await dynamo.read(limit)
Retrieve an individual item from your DynamoDB table using its key.
const response = await dynamo.readOne(key)
Update attributes of existing items in your DynamoDB table. Specify the attributes to update and the key of the item to modify.
const response = await dynamo.update(data, key)
Delete an item from your DynamoDB table. Provide the key of the item to remove.
const response = await dynamo.remove(key)
Ensure the following environmental variables are set:
Dynamo is MIT Licensed
FAQs
This library simplifies common DynamoDB CRUD operations, providing a seamless and intuitive experience.
The npm package @sswahn/dynamo receives a total of 3 weekly downloads. As such, @sswahn/dynamo popularity was classified as not popular.
We found that @sswahn/dynamo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.