Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
ctrl.waterfall
Advanced tools
#ctrl.waterfall
1.2.1
无
完整引用举例:
<link href="http://g.tbcdn.cn/mtb/ctrl-waterfall/{{version}}/waterfall.css" rel="stylesheet" type="text/css" />
<script type="http://g.tbcdn.cn/mtb/ctrl-waterfall/{{version}}/??waterfall.js"></script>
运行 npm install
,来安装所需的依赖模块。关于NPM的知识,请参见nodejs;
运行 grunt
,来对项目进行打包。关于Grunt的知识,请参见gruntjs;
var Waterfall = lib.waterfall;
var wf = new Waterfall({
mode: 'column',
columnAmount: 2,
columnPadding: 20,
linePadding: 10
});
document.body.appendChild(wf.root);
mode
列模式,参考值如下
columnAmout
列数,在column和fix模式下有效
columnWidth
列宽,在adaptive和fix模式下有效
columnPadding
列间距
linePadding
行间距
mode
可读写,同初始化参数
columnAmout
可读写,同初始化参数
columnWidth
可读写,同初始化参数
columnPadding
可读写,同初始化参数
linePadding
可读写,同初始化参数
FAQs
The npm package ctrl.waterfall receives a total of 0 weekly downloads. As such, ctrl.waterfall popularity was classified as not popular.
We found that ctrl.waterfall 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.