Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@buttonize/toolkit
Advanced tools
Buttonize is a low-code paltform which enables cloud developers to create UI widgets like buttons, inputs, forms etc. connected to the cloud services like AWS Lambda, AWS Step Functions, AmazonDynamoDB and more.
This package contains TypeScript type definition for your lambda function handlers and other DX utilities.
$ pnpm i -D @buttonize/toolkit
$ npm i -D @buttonize/toolkit
You can find more examples in the Buttonize AWS CDK constructs repository.
// Lambda function handler file
import { ButtonizeHandler } from '@buttonize/toolkit'
export const handler: ButtonizeHandler<{
email: string
isAdmin: string
}> = async (event) => {
console.log('save new user to database')
return {
format: 'text',
body: 'User created.'
}
}
Learn more at docs.buttnoize.io
FAQs
Unknown package
We found that @buttonize/toolkit 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.