
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
A user interface for cdQA

新问题
npm install cdqa-ui
import Vue from 'vue'
import yunQaUI from 'cdqa-ui'
Vue.use(yunQaUI)
cdqa-ui relies on bootstrap-vue, an external dependency that is not bundled with the component. Therefore you also need to import bootstrap-vue in your app entrypoint:
import Vue from 'vue'
import BootstrapVue from "bootstrap-vue"
Vue.use(BootstrapVue)
import "bootstrap/dist/css/bootstrap.css"
import "bootstrap-vue/dist/bootstrap-vue.css"
<yunQaUI api_endpoint_cpu="http://localhost:5000/api" :queries_examples="['What is Artificial Intelligence?', 'What is Blockchain?']"></yunQaUI>
Check our demo live at: https://cdqa-suite.github.io/cdQA-website
| Name | Type | Default | Description |
|---|---|---|---|
| api_endpoint_cpu | string | http://localhost:5000/api | The url of your cdQA REST API on CPU. |
| api_endpoint_gpu | string | http://localhost:5000/api | The url of your cdQA REST API on GPU. |
| queries_examples | array | ['What is artificial intelligence?', 'What is natural language processing?'] | The list of example queries. |
Clone the repository
git clone https://github.com/cdqa-suite/cdQA-ui
cd cdQA-ui
Install package
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
This repo is based on vue-sfc-rollup, a minimal setup to produce npm-ready vue components. Releases are done automatically on master pushes (see travis.yml).
Apache-2.0
FAQs
A user interface for yunQA
The npm package yunqa-ui receives a total of 3 weekly downloads. As such, yunqa-ui popularity was classified as not popular.
We found that yunqa-ui 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.