
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.
vue-splitter-comp
Advanced tools
[](https://travis-ci.org/rmp135/vue-splitter-comp)
For splitting a view in two!
Install from npm.
yarn add vue-splitter-comp
Import the component.
import VueSplitter from "vue-splitter-comp"
Include it in the components
section of the vue component.
components: {
VueSplitter
}
Use it in the html, populating the left-pane
and right-pane
slots.
<vue-splitter :margin="20">
<div slot="left-pane">
<div>Some left content here.</div>
</div>
<div slot="right-pane">
<div>Some right content here.</div>
</div>
</vue-splitter>
The margin
prop can be used to set the percentage that the dragger should not exceed on either side. Defaults to 10%.
The resize
event will be fired when the dragger is moved.
The dragger can be dragged left and right to move the panes. It can be clicked to reset to 50%.
The following classes may be overridden to apply the style you would like.
The component is wrapped in a .vue-splitter-comp
class.
Each pane has a .splitter-pane
class, with a .left-pane
and .right-pane
class respectively.
The splitter bar has a .splitter
class.
FAQs
[](https://travis-ci.org/rmp135/vue-splitter-comp)
The npm package vue-splitter-comp receives a total of 0 weekly downloads. As such, vue-splitter-comp popularity was classified as not popular.
We found that vue-splitter-comp 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.