
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@starkscan/sdk
Advanced tools
Typed Starkscan API client for beta integrations. Stable latest is fail-closed; use @starkscan/sdk@alpha.
Typed Starkscan API client for beta integrations.
The npm
latestchannel is intentionally fail-closed until the stable SDK is released. Install@starkscan/sdk@alpha, or pin an exact alpha version for unattended agents and production services.
| Use case | Command |
|---|---|
| Try the current beta | npm install @starkscan/sdk@alpha |
| Pin the smoked beta | npm install @starkscan/sdk@0.1.0-alpha.2 |
| Stable channel | npm install @starkscan/sdk installs a fail-closed placeholder; calling createStarkscanClient() throws upgrade guidance |
export STARKSCAN_BASE_URL="https://starkscan.co/api"
export STARKSCAN_API_KEY="<store this in your shell or agent secret store>"
export STARKSCAN_CHAIN="SN_MAIN"
import { createStarkscanClient } from "@starkscan/sdk";
const starkscan = createStarkscanClient({
apiKey: process.env.STARKSCAN_API_KEY!,
baseUrl: process.env.STARKSCAN_BASE_URL ?? "https://starkscan.co/api",
chainId: process.env.STARKSCAN_CHAIN ?? "SN_MAIN",
});
const status = await starkscan.status();
console.log(status.chainId);
X-Starkscan-Api-Key and request IDs.latest fails closed by design until stable GA.alpha is the beta channel; use exact pins for unattended jobs.FAQs
Typed Starkscan API client for beta integrations. Stable latest is fail-closed; use @starkscan/sdk@alpha.
The npm package @starkscan/sdk receives a total of 64 weekly downloads. As such, @starkscan/sdk popularity was classified as not popular.
We found that @starkscan/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
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.