
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
@kepler-io/toolbox
Advanced tools
There are few differences in the project if you are using it in monorepo or "outside" of monorepo.
There are few differences in the project if you are using it in monorepo or "outside" of monorepo.
There is difference in path of tools. Depends if you are running Toolbox in monorepo (Yarn workspaces) or not.
In monorepo
config.json
"buildDir": ["..", "tools", "sample-tool-1", "dist"],
For "external" usage. Outside of monorepo.
config.json
"buildDir": ["node_modules", "@kepler-io", "sample-tool-1", "dist"],
In case you are running tools in monorepo:
"start": "kepler-server --config=toolbox",
In case you are running tools outside a monorepo (and for publishing):
"start": "kepler-server",
"buildDir": ["node_modules", "@kepler-io", "sample-tool-1", "dist"],FAQs
There are few differences in the project if you are using it in monorepo or "outside" of monorepo.
We found that @kepler-io/toolbox 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
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.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.