
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@brocan/build-inject
Advanced tools
Allows the injection of manually created builds to ease the testing of Brocan.
Can be used to test Bond and Bolt. Reads JSON input from the console and pushes it into the Faktory queue and replies with appropriate build metadata.
Using BuildInject, only a Bond instance, a Faktory queue and NATS are needed for testing.
BuildInject can be started using the npm start
command. Once it's started up, single-line JSON objects can be entered. For example:
{ "buildId": "id", "commitHash": "28071010f8c55007c6753c5bcbbcc8e6a481edf2", "repoUri": "https://github.com/battila7/brocan-example" }
BI will push id
into the Faktory queue and will respond to metada queries having buildId
equal to id
with the metadata specified in the JSON.
Please see the schema in src/config.js for documentation and default values.
build
query
req/repl
buildId
field is expected.buildId
.Pushes buildId
s with build
jobtype to the default
queue.
FAQs
Allows the injection of manually created builds to ease the testing of Brocan.
We found that @brocan/build-inject 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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.