Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antv/g-shader-components

Package Overview
Dependencies
Maintainers
57
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/g-shader-components - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

4

package.json
{
"name": "@antv/g-shader-components",
"version": "1.0.8",
"version": "1.0.9",
"description": "Shader components based on glslify",

@@ -32,3 +32,3 @@ "main": "scene.both.glsl",

"homepage": "https://github.com/antvis/g#readme",
"gitHead": "e713211a92d77d0820e3252c3e8704aefda9c2e7"
"gitHead": "688274a67997224971b11c806a0e363ea1326240"
}

@@ -28,4 +28,4 @@ # @antv/g-shader-components

gl_FragColor = u_Color;
gl_FragColor.a = gl_FragColor.a * u_Opacity;
gbuf_color = u_Color;
gbuf_color.a = gbuf_color.a * u_Opacity;

@@ -32,0 +32,0 @@ // 绘制 wireframe

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc