Socket
Socket
Sign inDemoInstall

@xylabs/threads

Package Overview
Dependencies
Maintainers
5
Versions
77
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.6.4 to 3.6.5

11

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

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

"@types/execa": "^2.0.0",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"@types/webpack": "^5.28.5",

@@ -105,3 +105,3 @@ "ava": "^6.1.3",

"execa": "^9.3.0",
"mocha": "^10.6.0",
"mocha": "^10.7.0",
"puppet-run": "^0.11.4",

@@ -111,3 +111,3 @@ "puppet-run-plugin-mocha": "^0.1.1",

"rimraf": "^5.0.9",
"rollup": "^4.18.1",
"rollup": "^4.19.0",
"threads-plugin": "^1.4.0",

@@ -117,3 +117,4 @@ "tiny-worker": "^2.3.0",

"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"undici-types": "^6.19.4",
"wavy": "^1.0.4",

@@ -120,0 +121,0 @@ "webpack": "^5.93.0",

@@ -7,3 +7,2 @@ /* eslint-disable unicorn/no-thenable */

/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable import/export */
/* eslint-disable @typescript-eslint/no-namespace */

@@ -10,0 +9,0 @@ /* eslint-disable @typescript-eslint/no-floating-promises */

@@ -22,3 +22,2 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

// eslint-disable-next-line import/no-default-export
export default function getImplementation(): WorkerThreadsModule {

@@ -25,0 +24,0 @@ if (!implementation) {

@@ -35,3 +35,2 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

// eslint-disable-next-line import/no-default-export
export default {

@@ -38,0 +37,0 @@ isWorkerRuntime,

@@ -50,3 +50,2 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

// eslint-disable-next-line import/no-default-export
export default {

@@ -53,0 +52,0 @@ isWorkerRuntime,

@@ -22,3 +22,2 @@ // tslint:disable no-var-requires

// eslint-disable-next-line import/no-default-export
export default runningInNode ? selectNodeImplementation() : WebWorkerImplementation

@@ -44,3 +44,2 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

// eslint-disable-next-line import/no-default-export
export default {

@@ -47,0 +46,0 @@ isWorkerRuntime,

import commonjs from '@rollup/plugin-commonjs'
import { nodeResolve } from '@rollup/plugin-node-resolve'
// eslint-disable-next-line import/no-default-export
export default {

@@ -6,0 +5,0 @@ plugins: [

@@ -1,2 +0,1 @@

/* eslint-disable import/no-unresolved */
/* eslint-disable @typescript-eslint/no-explicit-any */

@@ -28,3 +27,2 @@

// eslint-disable-next-line import/no-default-export
export default test

@@ -59,3 +59,2 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

// eslint-disable-next-line import/no-default-export
export default testAll

@@ -1,2 +0,1 @@

// eslint-disable-next-line import/no-internal-modules
export * from './dist/worker/index'
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