
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@music-os/extraction-worker
Advanced tools
The purpose of the music-os-core Extraction Worker (short: "EW") is to parallelize retrieving distributed information from various data sources by abstracting away the complexity of scaling processes accross a distributed system such as e.g. multiple node
The purpose of the music-os-core Extraction Worker (short: "EW") is to
parallelize retrieving distributed information from various data sources by
abstracting away the complexity of scaling processes accross a distributed
system such as e.g. multiple node.js
Worker threads.
npm i @music-os/extraction-worker
A single interface allows sending new jobs to the music-os-core Worker. Using
postMessage
and by sending a specific Extractor Worker JSON message object, within a
reasonable timeframe, the worker will send back the retrieved record.
The API uses semantic versioning to identify temporally different manifestations of the API.
The goal is to keep this document up-to-date with the actual implementation of the Extractor Worker API. If you find this document out-of-date, please consider contributing.
The Extractor Worker JSON Message Object is sent via
postMessage
to a Worker instance. An answer of this message can then be expected
within a reasonable timeframe. The EW implements a minimal queue, which is why
a weak prioritization of submitted tasks can be expected.
Below is a sequence diagram of the entire flow:
The JSON object that is sent to a Worker via
postMessage
is versioned using semver and schematized via JSON schema. To keep things
easily updatable, for now see api.mjs const schema to get an
idea of what structure is mandated.
FAQs
The purpose of the music-os-core Extraction Worker (short: "EW") is to parallelize retrieving distributed information from various data sources by abstracting away the complexity of scaling processes accross a distributed system such as e.g. multiple node
We found that @music-os/extraction-worker demonstrated a not healthy version release cadence and project activity because the last version was released 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.