Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodemon

Package Overview
Dependencies
Maintainers
1
Versions
256
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 1.0.0 to 1.0.1

tmp/213.coffee

2

lib/cli/parse.js

@@ -90,3 +90,3 @@ 'use strict';

function nodemonOption(options, arg, eatNext) {
if (arg.indexOf('--debug') === 0 || arg === '--debug-brk' || arg === '--nodejs') {
if (arg.indexOf('--debug') === 0 || arg === '--debug-brk' || arg === '--nodejs' || arg.indexOf('--harmony') === 0) {
if (!options.nodeArgs) { options.nodeArgs = []; }

@@ -93,0 +93,0 @@ options.nodeArgs.push(arg);

@@ -24,3 +24,3 @@ {

],
"version": "1.0.0",
"version": "1.0.1",
"preferGlobal": "true",

@@ -27,0 +27,0 @@ "licenses": [

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