Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xylabs/threads

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/threads - npm Package Compare versions

Comparing version 4.3.0 to 4.3.1

2

package.json
{
"name": "@xylabs/threads",
"version": "4.3.0",
"version": "4.3.1",
"description": "Web workers & worker threads as simple as a function call",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -21,3 +21,11 @@ /* eslint-disable import-x/no-internal-modules */

interface WorkerGlobalScope {
addEventListener(eventName: string, listener: (event: Event) => void): void
postMessage(message: any, transferables?: any[]): void
removeEventListener(eventName: string, listener: (event: Event) => void): void
}
declare const __non_webpack_require__: typeof require
// eslint-disable-next-line @typescript-eslint/no-unused-vars
declare const self: WorkerGlobalScope

@@ -24,0 +32,0 @@ let tsNodeAvailable: boolean | undefined

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