
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
属性名称 | 作用 |
---|---|
transform | 向元素应用 2D 或 3D 转换 |
transform-origin | 允许你改变被转换元素的位置 |
transform-style | 规定被嵌套元素如何在 3D 空间中显示 |
perspective | 规定 3D 元素的透视效果 |
perspective-origin | 规定 3D 元素的底部位 |
backface-visibility | 定义元素在不面对屏幕时是否可见 |
transform的属性:
属性名称 | 作用 |
---|---|
translate3d(x,y,z) | 定义在x轴y轴z轴上的转换 |
scale3d(x,y,z) | 定义在x轴y轴z轴上的 3D 缩放转换 |
rotate3d(x,y,z,angle) | 定义在x轴y轴z轴上的 3D 旋转 |
skew(x-angle,y-angle) | 定义沿着 X 和 Y 轴的 2D 倾斜转换 |
perspective(n) | 为 3D 转换元素定义透视视图 |
tip: 操作多个属性的都可以分解成操作单一属性的。
如:translate3d(x,y,z) ---- translateX(x) translateY(y) translateZ(z)
FAQs
A book
The npm package 3dtutorial receives a total of 8 weekly downloads. As such, 3dtutorial popularity was classified as not popular.
We found that 3dtutorial 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
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.