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

queue-run

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queue-run - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

7

bin/cli.js
#!/usr/bin/env node
import { execFileSync } from "node:child_process";
import { execFileSync, fork } from "node:child_process";
import { createRequire } from "node:module";

@@ -24,2 +24,5 @@

await import(cliModule);
const child = await fork(`node_modules/${cliModule}`, process.argv);
await new Promise(() => {
child.on("exit", (code) => process.exit(code));
});
{
"name": "queue-run",
"description": "👋 Backends for JAMstack apps: APIs, job queues, scheduled jobs, WebSocket notifications, and more …",
"version": "0.8.2",
"version": "0.8.3",
"exports": {

@@ -60,3 +60,3 @@ ".": "./dist/index.js",

],
"gitHead": "777d57d6e70fb289d609e73e24698f51a6f06534"
"gitHead": "ffb93894240dbead5e19f1f367e25da29952a192"
}
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