Socket
Socket
Sign inDemoInstall

grunt-p3x-express

Package Overview
Dependencies
Maintainers
1
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-p3x-express - npm Package Compare versions

Comparing version 2024.4.115 to 2024.4.117

4

package.json

@@ -7,3 +7,3 @@ {

"code": "Next",
"nodejs": "v20.12.0",
"nodejs": "v20.12.2",
"opencollective": false,

@@ -14,3 +14,3 @@ "reponame": "grunt-p3x-express",

"description": "🚧 Grunt Express Server updated with additional options",
"version": "2024.4.115",
"version": "2024.4.117",
"homepage": "https://corifeus.com/grunt-p3x-express",

@@ -17,0 +17,0 @@ "author": {

@@ -9,3 +9,3 @@ [//]: #@corifeus-header

# 🚧 Grunt Express Server updated with additional options v2024.4.115
# 🚧 Grunt Express Server updated with additional options v2024.4.117

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

```txt
v20.12.0
v20.12.2
```

@@ -262,3 +262,3 @@

[**GRUNT-P3X-EXPRESS**](https://corifeus.com/grunt-p3x-express) Build v2024.4.115
[**GRUNT-P3X-EXPRESS**](https://corifeus.com/grunt-p3x-express) Build v2024.4.117

@@ -265,0 +265,0 @@ [![NPM](https://img.shields.io/npm/v/grunt-p3x-express.svg)](https://www.npmjs.com/package/grunt-p3x-express) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)

@@ -86,3 +86,3 @@ /*

} else if (!isNaN(parseInt(options.debug, 10))) {
options.opts.unshift('--' + debugFlag + '=' + options.debug);
options.opts.unshift('--' + debugFlag + '=0.0.0.0:' + options.debug);
} else if (options.breakOnFirstLine === true) {

@@ -89,0 +89,0 @@ options.opts.unshift('--' + debugFlag + '-brk');

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