Socket
Socket
Sign inDemoInstall

nodemon

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodemon - npm Package Compare versions

Comparing version 2.0.12-alpha.1 to 2.0.12-alpha.2

4

lib/spawn.js

@@ -13,2 +13,4 @@ const utils = require('./utils');

const env = merge(process.env, { FILENAME: eventArgs[0] });
var sh = 'sh';

@@ -45,4 +47,2 @@ var shFlag = '-c';

const args = command.join(' ');
const env = merge(process.env, { FILENAME: eventArgs[0] });
const child = spawn(sh, [shFlag, args], spawnOptions);

@@ -49,0 +49,0 @@

@@ -70,3 +70,3 @@ {

"_version": "0.0.0-development",
"version": "2.0.12-alpha.1",
"version": "2.0.12-alpha.2",
"funding": {

@@ -73,0 +73,0 @@ "type": "opencollective",

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