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 0.7.0 to 0.7.1

2

nodemon.js

@@ -762,3 +762,3 @@ #!/usr/bin/env node

if (program.options.ext) {
addIgnoreRule('^((?!' + program.options.ext.replace(/\./g, '\\.') + '$).)*$', true);
addIgnoreRule('^((?!' + program.ext.replace(/\./g, '\\.') + '$).)*$', true);
}

@@ -765,0 +765,0 @@

@@ -12,3 +12,3 @@ {

"keywords": ["monitor", "development", "restart", "autoload", "reload", "terminal"],
"version": "0.7.0",
"version": "0.7.1",
"preferGlobal" : "true",

@@ -15,0 +15,0 @@ "licenses": [{

@@ -95,2 +95,3 @@ # nodemon

*.css # ignore any CSS files too
:(\d)*\.js # monitor javascript files with only digits in their name

@@ -103,2 +104,3 @@ The ignore file accepts:

* File patterns (this is converted to a regex, so you have full control of the pattern)
* Unescaped regex's begining with `:`.

@@ -105,0 +107,0 @@ # Controlling shutdown of your script

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