Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@plasius/gpu-worker

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasius/gpu-worker - npm Package Compare versions

Comparing version
0.1.14
to
0.1.15
+16
-1
CHANGELOG.md

@@ -23,2 +23,16 @@ # Changelog

## [0.1.15] - 2026-05-13
- **Added**
- (placeholder)
- **Changed**
- (placeholder)
- **Fixed**
- (placeholder)
- **Security**
- (placeholder)
## [0.1.14] - 2026-05-13

@@ -276,3 +290,3 @@

[Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.14...HEAD
[Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.15...HEAD
[0.1.0-beta.1]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0-beta.1

@@ -304,1 +318,2 @@ [0.1.0]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0

[0.1.14]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.14
[0.1.15]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.15
+8
-8
{
"name": "@plasius/gpu-worker",
"version": "0.1.14",
"version": "0.1.15",
"description": "WebGPU worker runtime with a lock-free job queue for WGSL workloads.",

@@ -58,13 +58,13 @@ "type": "module",

"dependencies": {
"@plasius/gpu-shared": "^0.1.4",
"@plasius/gpu-lock-free-queue": "^0.2.15"
"@plasius/gpu-shared": "^0.1.9",
"@plasius/gpu-lock-free-queue": "^0.2.18"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.57.0",
"@playwright/test": "^1.60.0",
"c8": "^11.0.0",
"eslint": "^10.1.0",
"globals": "^17.3.0",
"tsup": "^8.5.0",
"typescript": "^6.0.2"
"eslint": "^10.3.0",
"globals": "^17.6.0",
"tsup": "^8.5.1",
"typescript": "^6.0.3"
},

@@ -71,0 +71,0 @@ "repository": {