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.4.0 to 1.4.1

2

index.js

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

var home = process.env.SPAWN_WRAP_SHIM_ROOT || require('os-homedir')()
var homedir = homedir + '/.node-spawn-wrap-'
var homedir = home + '/.node-spawn-wrap-'
var which = require('which')

@@ -18,0 +18,0 @@ var util = require('util')

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

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

"os-homedir": "^1.0.1",
"rimraf": "^2.3.3",
"rimraf": "^2.6.2",
"signal-exit": "^3.0.2",
"which": "^1.2.4"
"which": "^1.3.0"
},

@@ -33,3 +33,3 @@ "scripts": {

"devDependencies": {
"tap": "^10.7.2"
"tap": "^10.7.3"
},

@@ -36,0 +36,0 @@ "files": [

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