
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@prefecthq/orion-design
Advanced tools
Orion Design is the Vue and Typescript component library for [Prefect 2.0](https://github.com/PrefectHQ/prefect) and [Prefect Cloud 2.0)[https://www.prefect.io/cloud/]. The components and utilities in this project are not meant to be used independently.
Orion Design is the Vue and Typescript component library for Prefect 2.0 and [Prefect Cloud 2.0)[https://www.prefect.io/cloud/]. The components and utilities in this project are not meant to be used independently.
npm i @prefecthq/orion-design --save --save-exact
https://orion-design.netlify.app/
To run locally for devlopment you can use npm run serve
and go to the url outputted to the console.
If you plan to develop against the Prefect Orion-UI you can install the orion-design package locally.
We recommend using the cli and running
npm i @prefecthq/orion-design@../../orion-design --save
in the Prefect Orion-UI project where ../../orion-design
is the relative path from your Prefect orion-UI project’s directory to the orion-design project directory. You can also use an absolute path.
If you have done this succesfully, you should see your Prefect Orion-UI package.json and package-lock.json updated to show your local orion-design.
💡 Keep in mind this will update both the package.json and package-lock.json files. Be sure to not commit the changes to these two files.💡 Linking a package this way is the safest as it avoids having to do an npm i
.
Then when linking orion-design to the prefect/orion-ui project you can do the following:
In orion-design (this repo):
npm run dev
In orion-ui:
npm run serve
Now any change you make in orion-design will trigger a reload in orion-ui.
To update a package in a project you can either install latest
or a specific version like
npm i @prefecthq/orion-design@latest --save --save-exact
OR
npm i @prefecthq/orion-design@0.1.60 --save --save-exact
This project does not follow SEM versioning and major, minor, and patch updates mostly signify progress toward objectives. Breaking changes are introduced regularly without releasing a major version.
FAQs
Orion Design is the Vue and Typescript component library for [Prefect 2.0](https://github.com/PrefectHQ/prefect) and [Prefect Cloud 2.0)[https://www.prefect.io/cloud/]. The components and utilities in this project are not meant to be used independently.
The npm package @prefecthq/orion-design receives a total of 277 weekly downloads. As such, @prefecthq/orion-design popularity was classified as not popular.
We found that @prefecthq/orion-design demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.