Socket
Socket
Sign inDemoInstall

spawn-wrap

Package Overview
Dependencies
6
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4

2

index.js

@@ -182,3 +182,3 @@ module.exports = wrap

options.originalNode = options.file
var command = path.basename(options.file)
var command = path.basename(options.file, '.exe')
// make sure it has a main script.

@@ -185,0 +185,0 @@ // otherwise, just let it through.

{
"name": "spawn-wrap",
"version": "1.3.3",
"version": "1.3.4",
"description": "Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc