
Security News
npm Tooling Bug Incorrectly Marks One-Character Packages as Security Holders
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.
@stremio-addon/compat
Advanced tools
Drop-in compatibility package to adopt addons built with the official Stremio Addon SDK
This package is part of Stremio-Community/stremio-addon-sdk.
Drop-in compatibility layer for migrating from the official Stremio Addon SDK to the community Stremio Addon SDK.
stremio-addon-sdkpnpm add @stremio-addon/compat
Replace your import from stremio-addon-sdk with @stremio-addon/compat:
// Before (official SDK)
import { addonBuilder, serveHTTP, getRouter } from "stremio-addon-sdk";
// After (community SDK)
import { addonBuilder, serveHTTP, getRouter } from "@stremio-addon/compat";
// The rest of your code stays the same!
const builder = new addonBuilder(manifest);
builder.defineStreamHandler(async ({ type, id }) => {
return { streams: [...] };
});
serveHTTP(builder.getInterface(), { port: 3000 });
This package provides:
addonBuilder - Compatible with the official SDK's addonBuilderserveHTTP - Function to serve your addon over HTTPgetRouter - Express router factorypublishToCentral - Function to publish to the Stremio addon catalogThis compatibility package makes it easy to migrate gradually:
stremio-addon-sdk with @stremio-addon/compat@stremio-addon/sdkFor a detailed migration guide, see MIGRATION.md.
Under the hood, this package uses:
@stremio-addon/sdk - Core SDK@stremio-addon/linter - Validation (same as official SDK)@stremio-addon/node-express - Express integration@stremio-addon/sdk - Core SDK package (recommended for new projects)MIT
FAQs
Drop-in compatibility package to adopt addons built with the official Stremio Addon SDK
The npm package @stremio-addon/compat receives a total of 58 weekly downloads. As such, @stremio-addon/compat popularity was classified as not popular.
We found that @stremio-addon/compat 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
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.