
Research
/Security News
jscrambler npm Package Compromised in Supply Chain Attack
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.
@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
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.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.

Security News
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.