
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
@parseable/backstage-plugin-logstream-backend
Advanced tools
Backend plugin for integrating with Parseable log streams
Backend plugin for integrating Backstage with Parseable log streams using the new backend system.
# From your Backstage root directory
yarn --cwd packages/backend add @parseable/backstage-plugin-logstream-backend
Add the plugin to your backend in packages/backend/src/index.ts:
import { createBackend } from '@backstage/backend-defaults';
const backend = createBackend();
// Add the Parseable logstream backend plugin
backend.add(import('@parseable/backstage-plugin-logstream-backend'));
backend.start();
GET /api/parseable-logstream/health - Health check endpointPOST /api/parseable-logstream/datasets - Get available datasets
{ "baseUrl": "https://your-parseable-instance.com" }Authorization: Basic <credentials>POST /api/parseable-logstream/query - Query logs from a dataset
{ "dataset": "string", "query": "string", "limit": 100 }Authorization: Basic <credentials>x-parseable-base-url: https://your-parseable-instance.comPOST /api/parseable-logstream/export/:dataset - Export logs as CSV
Authorization: Basic <credentials>x-parseable-base-url: https://your-parseable-instance.comTo run the plugin locally:
yarn start
This will start a development backend with just the Parseable plugin loaded.
The plugin uses the standard Backstage configuration system. No additional configuration is required as authentication and Parseable instance URLs are provided via API headers.
FAQs
Backend plugin for integrating with Parseable log streams
We found that @parseable/backstage-plugin-logstream-backend demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.