
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@metalift/sdk
Advanced tools
Official TypeScript/JavaScript SDK for Metalift — turn any URL into agent-ready markdown, HTML, or structured data.
import, not require()npm install @metalift/sdk
import Metalift from "@metalift/sdk";
const client = new Metalift({ apiKey: "YOUR_API_KEY" });
const result = await client.scrape({
url: "https://example.com",
formats: ["markdown"],
});
console.log(result.data.markdown);
Get an API key from the Metalift dashboard.
import Metalift from "@metalift/sdk";
const client = new Metalift({
apiUrl: "https://api.metalift.ai", // default
apiKey: process.env.METALIFT_API_KEY,
});
| Variable | Description |
|---|---|
METALIFT_API_URL | API base URL (default: https://api.metalift.ai) |
METALIFT_API_KEY | Bearer token for authenticated requests |
This package is ESM-only. In CommonJS projects, use dynamic import:
const { default: Metalift } = await import("@metalift/sdk");
Or add "type": "module" to your package.json, or use .mjs entry files.
FAQs
Metalift TypeScript SDK
The npm package @metalift/sdk receives a total of 355 weekly downloads. As such, @metalift/sdk popularity was classified as not popular.
We found that @metalift/sdk 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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.