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.2
to
0.1.3
+30
-1
CHANGELOG.md

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

## [0.1.3] - 2026-02-28
- **Added**
- (placeholder)
- **Changed**
- (placeholder)
- **Fixed**
- (placeholder)
- **Security**
- (placeholder)
## [0.1.2] - 2026-01-24

@@ -118,5 +132,20 @@

[Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.3...HEAD
[0.1.0-beta.1]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0-beta.1
[0.1.0]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0
[0.1.2]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.2
## [0.1.2] - 2026-02-11
- **Added**
- Initial release.
- **Changed**
- (placeholder)
- **Fixed**
- (placeholder)
- **Security**
- (placeholder)
[0.1.3]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.3
+9
-4
{
"name": "@plasius/gpu-worker",
"version": "0.1.2",
"version": "0.1.3",
"description": "WebGPU worker runtime with a lock-free job queue for WGSL workloads.",

@@ -33,3 +33,5 @@ "type": "module",

"test:e2e": "npx playwright install chromium && playwright test",
"test:coverage": "c8 --reporter=lcov --reporter=text node --test"
"test:coverage": "c8 --reporter=lcov --reporter=text node --test",
"pack:check": "node scripts/verify-public-package.cjs",
"prepublishOnly": "npm run build && npm run pack:check"
},

@@ -51,3 +53,3 @@ "keywords": [

"dependencies": {
"@plasius/gpu-lock-free-queue": "^0.2.1"
"@plasius/gpu-lock-free-queue": "^0.2.2"
},

@@ -80,3 +82,6 @@ "devDependencies": {

}
]
],
"overrides": {
"minimatch": "^10.2.1"
}
}
# @plasius/gpu-worker
[![npm version](https://img.shields.io/npm/v/@plasius/gpu-worker)](https://www.npmjs.com/package/@plasius/gpu-worker)
[![npm version](https://img.shields.io/npm/v/@plasius/gpu-worker.svg)](https://www.npmjs.com/package/@plasius/gpu-worker)
[![Build Status](https://img.shields.io/github/actions/workflow/status/Plasius-LTD/gpu-worker/ci.yml?branch=main&label=build&style=flat)](https://github.com/Plasius-LTD/gpu-worker/actions/workflows/ci.yml)
[![coverage](https://img.shields.io/codecov/c/github/Plasius-LTD/gpu-worker)](https://codecov.io/gh/Plasius-LTD/gpu-worker)
[![License](https://img.shields.io/github/license/Plasius-LTD/gpu-worker)](./LICENSE)
[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-yes-blue.svg)](./CODE_OF_CONDUCT.md)
[![Security Policy](https://img.shields.io/badge/security%20policy-yes-orange.svg)](./SECURITY.md)
[![Changelog](https://img.shields.io/badge/changelog-md-blue.svg)](./CHANGELOG.md)
[![CI](https://github.com/Plasius-LTD/gpu-worker/actions/workflows/ci.yml/badge.svg)](https://github.com/Plasius-LTD/gpu-worker/actions/workflows/ci.yml)

@@ -5,0 +12,0 @@ [![license](https://img.shields.io/github/license/Plasius-LTD/gpu-worker)](./LICENSE)