Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@any-touch/pinch
Advanced tools
缩放识别器.
// 只加载pinch识别器(拖拽)
import Core from '@any-touch/core';
import Pinch from '@any-touch/pinch';
Core.use(Pinch, 参数)
const at = new Core(el);
// 拖拽
at.on('pinch', (ev) => {
// ev包含位置/速度/方向等信息
});
⚠️注意: 执行npm i any-touch
后, @any-touch/core和@any-touch/pinch便已自动安装, 直接引入即可.
名称 | 数据类型 | 默认值 | 说明 |
---|---|---|---|
name | String | 'pinch' | 自定义事件名称 |
pointLength | Number | 2 | 支持的触点数, 可支持多指拖拽 |
threshold | Number | 0 | 缩放超过0倍才触发pinch事件 |
FAQs
any-touch的识别器, 用来识别捏合手势.
We found that @any-touch/pinch 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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.