
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.
@tailor-platform/function-kysely-tailordb
Advanced tools
Kysely dialect for TailorDB
We recommend installing @tailor-platform/function-types along with @tailor-platform/function-kysely-tailordb, as you’ll need these types to use the dialect effectively.
npm install -D @tailor-platform/function-types
npm install @tailor-platform/function-kysely-tailordb
import { Kysely } from 'kysely';
import { TailordbDialect } from '@tailor-platform/function-kysely-tailordb';
const client = new tailordb.Client({
namespace: '<tailordb namespace>',
});
const db = new Kysely<Database>({
dialect: new TailordbDialect(client),
});
FAQs
Kysely dialect for TailorDB
The npm package @tailor-platform/function-kysely-tailordb receives a total of 229 weekly downloads. As such, @tailor-platform/function-kysely-tailordb popularity was classified as not popular.
We found that @tailor-platform/function-kysely-tailordb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 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
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.