Socket
Book a DemoSign in
Socket

bun-webgpu

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bun-webgpu - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+5
-5
package.json

@@ -7,3 +7,3 @@ {

"type": "module",
"version": "0.1.3",
"version": "0.1.4",
"description": "Native WebGPU implementation for Bun runtime",

@@ -39,7 +39,7 @@ "keywords": [

"optionalDependencies": {
"bun-webgpu-darwin-x64": "^0.1.3",
"bun-webgpu-darwin-arm64": "^0.1.3",
"bun-webgpu-linux-x64": "^0.1.3",
"bun-webgpu-win32-x64": "^0.1.3"
"bun-webgpu-darwin-x64": "^0.1.4",
"bun-webgpu-darwin-arm64": "^0.1.4",
"bun-webgpu-linux-x64": "^0.1.4",
"bun-webgpu-win32-x64": "^0.1.4"
}
}

Sorry, the diff of this file is too big to display