
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.
lemonsqueezy.ts
Advanced tools
[!WARNING]
This packages has been deprecated in favor of the official Lemon Squeezy SDK JavaScript SDK. Please use@lemonsqueezy/lemonsqueezy.js
instead.
Install it locally in your project
# npm
npm install lemonsqueezy.ts
# yarn
yarn add lemonsqueezy.ts
# pnpm
pnpm install lemonsqueezy.ts
Create a new client instance with your API key
import { LemonsqueezyClient } from "lemonsqueezy.ts";
const client = new LemonsqueezyClient("YOUR_API_KEY");
const user = await client.getUser();
// => { attributes: { ... }, id: "1", links: { self: "..." }, type: 'users' }
const stores = await client.listAllStores();
// => [{ attributes: { ... }, id: "1", type: "stores" }]
// And many many more...
To view the documentation on how to use each module, view the README.md for each module:
FAQs
JavaScript / TypeScript SDK for the Lemon Squeezy API
The npm package lemonsqueezy.ts receives a total of 552 weekly downloads. As such, lemonsqueezy.ts popularity was classified as not popular.
We found that lemonsqueezy.ts demonstrated a healthy version release cadence and project activity because the last version was released less than 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.