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

arturo-server

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arturo-server - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

lib/server/WorkerManager.js

@@ -102,3 +102,3 @@ 'use strict';

path: dir,
opts: { env: env, stdio: stdio },
opts: { env: env },
onSpawn: function onSpawn(subprocess) {

@@ -105,0 +105,0 @@ _this2.debug('WORKER ' + subprocess.pid + ' ' + worker.route + ': initializing');

{
"name": "arturo-server",
"version": "1.1.6",
"version": "1.1.7",
"description": "A database agnostic distributed job queue (server, client, and worker).",

@@ -5,0 +5,0 @@ "main": "lib/server/index.js",

@@ -40,3 +40,3 @@ import path from 'path'

path: dir,
opts: { env, stdio },
opts: { env },
onSpawn: (subprocess) => {

@@ -43,0 +43,0 @@ this.debug(`WORKER ${subprocess.pid} ${worker.route}: initializing`)

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