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

@xylabs/threads

Package Overview
Dependencies
Maintainers
5
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 3.5.7 to 3.5.8

8

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

@@ -31,3 +31,3 @@ "license": "MIT",

"./observable": {
"types": "./observable.d.ts",
"types": "./dist/types/master.d.ts",
"require": "./observable.js",

@@ -37,3 +37,3 @@ "default": "./observable.mjs"

"./register": {
"types": "./register.d.ts",
"types": "./dist/types/master.d.ts",
"require": "./register.js",

@@ -43,3 +43,3 @@ "default": "./register.mjs"

"./worker": {
"types": "./worker.d.ts",
"types": "./dist/types/worker.d.ts",
"require": "./worker.js",

@@ -46,0 +46,0 @@ "default": "./worker.mjs"

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