
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@qikdev/vue-ui
Advanced tools
UI Kit Documentation | SDK Documentation | REST API Documentation | Website
For use in Vue 3 projects where you want to use the Qik UI features and elements. This should be used in conjunction with the Qik Javascript SDK.
npm install @qikdev/vue-ui --save
// Import the Qik sdk
import Qik from '@qikdev/sdk';
//Import the Qik module
import { QikUI, Selection, Device } from '@qikdev/vue-ui';
// Import and create a Vue Application
import { createApp } from 'vue'
import App from './App.vue'
const app = createApp(App)
// Create an instance of the SDK
const sdk = new Qik({
apiURL: 'production',
});
// Initialise the UI kit
app.use(QikUI, sdk);
// Mount your app
app.mount('#app')
FAQs
Vue UI component library
The npm package @qikdev/vue-ui receives a total of 561 weekly downloads. As such, @qikdev/vue-ui popularity was classified as not popular.
We found that @qikdev/vue-ui 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.