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.10 to 2.0.11-alpha.1

.vscode/settings.json

2

lib/monitor/run.js

@@ -19,3 +19,3 @@ var debug = require('debug')('nodemon:run');

var signals = require('./signals');
const osRelease = require('os').release();
const osRelease = parseInt(require('os').release().split(".")[0], 10);

@@ -22,0 +22,0 @@ function run(options) {

@@ -69,3 +69,4 @@ {

},
"version": "2.0.10",
"_version": "0.0.0-development",
"version": "2.0.11-alpha.1",
"funding": {

@@ -72,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