Socket
Socket
Sign inDemoInstall

spawn-wrap

Package Overview
Dependencies
23
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.3.3

2

index.js

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

var comspec = path.basename(process.env.comspec || '', '.exe')
return isWindows && (file === comspec || /^cmd(\.exe)?$/.match(file))
return isWindows && (file === comspec || /^cmd(\.exe)?$/.test(file))
}

@@ -136,0 +136,0 @@

{
"name": "spawn-wrap",
"version": "1.3.2",
"version": "1.3.3",
"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