Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
carpenterd-worker
Advanced tools
The carpenterd
worker process for executing builds.
npm install carpenterd-worker --save
const carpenterd = require('carpenterd-worker');
const app = new Map();
// Select the directory that contains a `config` directory so that `slay-config`
// works appropriately
app.rootDir = require('path').join(__dirname);
carpenterd(app)
.start(carpenterd.worker);
carpenterd-worker
is responsible for receiving job messages from carpenterd
, fetching the fully built npm
tarball from a place like amazon s3, execute thewebpack
/browserify
/babel
build using workers-factory
.
nsq
for job distribution to all the workers in given cluster.carpenterd
.cassandra
cluster that is storing the warehouse.ai
system data.See the example config config.example.json
in this repo.
notes
nsq
config option is for a fork of nsq.js
that has kubernetes support but otherwise has the same options.assets.prefix
in the config is the bucket name for where the public CDN assets are uploaded.http
is the http port the healhcheck listens onnpm-tars
the npm tarball bucket to fetch fromdatastar
the configuration for cassandra that gets passed directly to datastar
.FAQs
Receives and runs builds received from nsqd
The npm package carpenterd-worker receives a total of 7 weekly downloads. As such, carpenterd-worker popularity was classified as not popular.
We found that carpenterd-worker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 16 open source maintainers 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.