Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
This CLI tool helps you manage your cura configuration as a git repo. It is essentially a wrapper command around git that:
curasync init <repo_url>
)curasync push
)curasync clone <repo_url>
)curasync pull
)Here's a guide to using curasync
You can install this globally using npm or the equivalent command in your package manager:
npm i -g curasync
You can also run it as an executable directly:
npx curasync
⚠️ Warning: If you are logged into Cura, do not push your config to a public repo just yet (TODO: strip tokens)
curasync init <repo_url>
. This pushes up your configuration to the repo.npx curasync clone <repo_url>
to grab your cura configuration. If they have write access, they will be able to push changes to the repo too.curasync push
, which prompts you to enter a commit message and pushes your changes to the repo.Note: we do not have a way to merge two configurations just yet. If someone sends you a repo url, this will back up your existing configuration, and clone their repo entirely
curasync clone <repo_url>
. This backs up your existing config, and fetches the new config from gitcurasync pull
to get them.FAQs
Sync your cura configuration folder with a git repository
The npm package curasync receives a total of 5 weekly downloads. As such, curasync popularity was classified as not popular.
We found that curasync demonstrated a healthy version release cadence and project activity because the last version was released less than 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.