
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
vue-input-ui
Advanced tools
A beautiful input made with Vue JS
yarn add vue-input-ui
npm i --save vue-input-ui
import VueInputUi from 'vue-input-ui';
import 'vue-input-ui/dist/vue-input-ui.css';
Vue.component('vue-input-ui', VueInputUi);
<VueInputUi v-model="yourValue" />
<VueInputUi v-model="yourValue" />
<script src="https://unpkg.com/vue" charset="utf-8"></script>
<script src="./dist/vue-input-ui.umd.min.js" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="./dist/vue-input-ui.css">
<script type="text/javascript">
Vue.component('vue-input-ui', window.VueInputUi.default);
</script>
Props | Type | Required | Default | Options |
---|---|---|---|---|
v-model | String/Int | true | - | - |
id | String | false | VueInputUi | - |
label | String | false | Enter Text | - |
type | String | no | text | [text |
size | String sm or lg | no | false | |
color | String HEX | no | dogderblue | |
hint* | String | no | - | |
error** | Boolean | no | false | |
dark | Boolean | no | false | |
dark-color (4) | String (hex) | no | #424242 | |
disabled | Boolean | no | false | |
required | Boolean | no | false | |
readonly | Boolean | no | false | |
clearable | Boolean | no | false | |
loader | Boolean | no | false | |
border-radius | Number | no | 4 |
npm install
npm run serve
npm run lint
This project is licensed under MIT License
FAQs
A beautiful input made with Vue JS
The npm package vue-input-ui receives a total of 339 weekly downloads. As such, vue-input-ui popularity was classified as not popular.
We found that vue-input-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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.