
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.
@royalmar/vue-input-number
Advanced tools
Number input component for Vue.js (from https://fengyuanchen.github.io/vue-number-input)
Number input component for Vue.js.
dist/
āāā vue-number-input.js (UMD)
āāā vue-number-input.min.js (UMD, compressed)
āāā vue-number-input.common.js (CommonJS, default)
āāā vue-number-input.esm.js (ES Module)
npm install vue @royalmar/vue-input-number
In browser:
<script src="/path/to/vue.js"></script><!-- Vue.js is required -->
<script src="/path/to/vue-number-input.js"></script><!-- Register automatically once loaded -->
import Vue from 'vue';
import VueNumberInput from '@royalmar/vue-input-number';
Vue.use(VueNumberInput);
// Or
Vue.component(VueNumberInput.name, VueNumberInput);
// Or
Vue.component('vue-number-input', VueNumberInput);
<number-input controls></number-input>
Maintained under the Semantic Versioning guidelines.
MIT Ā© Chen Fengyuan
FAQs
Number input component for Vue.js (from https://fengyuanchen.github.io/vue-number-input)
We found that @royalmar/vue-input-number 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.