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.12
to
0.1.13
+16
-1
CHANGELOG.md

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

## [0.1.13] - 2026-04-02
- **Added**
- (placeholder)
- **Changed**
- (placeholder)
- **Fixed**
- (placeholder)
- **Security**
- (placeholder)
## [0.1.12] - 2026-03-23

@@ -248,3 +262,3 @@

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

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

[0.1.12]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.12
[0.1.13]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.13
+4
-3
{
"name": "@plasius/gpu-worker",
"version": "0.1.12",
"version": "0.1.13",
"description": "WebGPU worker runtime with a lock-free job queue for WGSL workloads.",

@@ -58,3 +58,4 @@ "type": "module",

"dependencies": {
"@plasius/gpu-lock-free-queue": "^0.2.14"
"@plasius/gpu-shared": "^0.1.4",
"@plasius/gpu-lock-free-queue": "^0.2.15"
},

@@ -68,3 +69,3 @@ "devDependencies": {

"tsup": "^8.5.0",
"typescript": "^5.9.3"
"typescript": "^6.0.2"
},

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