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

@wgslx/wgslx

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wgslx/wgslx - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

1

dist/index.d.ts

@@ -8,1 +8,2 @@ export * from './rules';

export * as Syntax from './syntax';
export * from './wgslx';

@@ -25,1 +25,2 @@ "use strict";

exports.Syntax = require("./syntax");
__exportStar(require("./wgslx"), exports);

2

package.json
{
"name": "@wgslx/wgslx",
"version": "0.0.6",
"version": "0.0.7",
"description": "Extended WebGPU shading language tools",

@@ -5,0 +5,0 @@ "keywords": [

@@ -12,1 +12,3 @@ // Support classes

export * as Syntax from './syntax';
export * from './wgslx';

@@ -5,3 +5,3 @@ import {join, resolve, basename, dirname} from 'path';

import {Syntax, postprocess, preprocess} from '../src';
import {ImportResolver, compileWgslx} from '../src/wgslx';
import {ImportResolver, compileWgslx} from '../src';

@@ -8,0 +8,0 @@ function testFile(inPath: string, outPath: string) {

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