
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.
vue2-bootstrap-extras
Advanced tools
Vue2BootstrapExtras Component for Vue 2.x
npm install vue2-bootstrap-extras --save
For demo, please see here
1. Import the component
import Vue2BootstrapExtras from 'vue2-bootstrap-extras';
2.1 Use it globally
Vue.use(Vue2BootstrapExtras);
2.2 Or use it locally
components: {
'vue2-bootstrap-extras': Vue2BootstrapExtras
},
3. Update your app or template:
<div>
...
<vue2-bootstrap-extras></vue2-bootstrap-extras>
...
</div>
There are no properties.
Please see App.vue for example use.
Contributions are welcome
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
FAQs
Vue2BootstrapExtras: Vue2 component
We found that vue2-bootstrap-extras 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
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.