
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
v-fullpage
Advanced tools
 
A Vue.js components
$ npm install v-fullpage
import Vue from "vue";
import fullpage from "v-fullpage";
Vue.use(fullpage);
or
<script src="vue.min.js"></script>
<!-- must place this line after vue.js -->
<script src="v-fullpage.umd.min.js"></script>
<!-- default -->
<!-- 依赖于父级元素的大小,占满父级元素 -->
<v-fullpage>
<div slot="section"></div>
<div slot="section"></div>
</v-fullpage>
| Property | Description | Type | Default |
|---|---|---|---|
| direction | 滚动方向('vertical'或'horizontal') | String | 'vertical' |
| Name | Description |
|---|---|
| leaveSlide | 滑动之后,参数是当前 index |
通过 ref 调用组件内部 api
| Name | Description |
|---|---|
| setAllowScrolling | 传入 true/false,禁止滚动/开放滚动事件 |
MIT
FAQs
 
The npm package v-fullpage receives a total of 7 weekly downloads. As such, v-fullpage popularity was classified as not popular.
We found that v-fullpage 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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.