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

glslx

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glslx - npm Package Compare versions

Comparing version 0.2.12 to 0.2.13

6

glslx.d.ts

@@ -41,2 +41,7 @@ export type CompileInput = string | { name: string, contents: string } | { name: string, contents: string }[];

export interface UnusedSymbol {
name: string;
range: Range | null;
}
export interface TooltipRequest {

@@ -129,2 +134,3 @@ source: string;

export interface CompileResultIDE {
unusedSymbols: UnusedSymbol[];
diagnostics: Diagnostic[];

@@ -131,0 +137,0 @@ tooltipQuery(message: TooltipRequest): TooltipResponse;

2

package.json
{
"name": "glslx",
"version": "0.2.12",
"version": "0.2.13",
"description": "",

@@ -5,0 +5,0 @@ "repository": "https://github.com/evanw/glslx",

Sorry, the diff of this file is not supported yet

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