New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

next-webworker-pool

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-webworker-pool - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "next-webworker-pool",
"version": "0.0.1",
"version": "0.0.2",
"author": "Iulian-Constantin Marcu",

@@ -5,0 +5,0 @@ "description": "A NPM package that enables developers to build Web Worker pools that can be used in (but not limited to) Next.js applications",

# next-webworker-pool
[![.github/workflows/publish.yaml](https://github.com/iuliancmarcu/next-webworker-pool/actions/workflows/publish.yaml/badge.svg)](https://github.com/iuliancmarcu/next-webworker-pool/actions/workflows/publish.yaml)
A NPM package that enables developers to build Web Worker pools for Next.js applications.

@@ -54,3 +56,3 @@

export class MyWorkerPool extends WebWorkerPool<MyInput, MyOutput> {
createWorker(): Worker {
_createWorker(): Worker {
return new Worker(new URL('./my-worker.ts', import.meta.url));

@@ -57,0 +59,0 @@ }

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