strong-deploy
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,9 @@ | ||
2014-12-12, Version 1.1.1 | ||
========================= | ||
* Fix local deploy logic error (Sam Roberts) | ||
* package: use debug v2.x in all strongloop deps (Sam Roberts) | ||
2014-12-01, Version 1.1.0 | ||
@@ -2,0 +10,0 @@ ========================= |
@@ -19,3 +19,3 @@ var fs = require('fs'); | ||
if (postURL.hostname) { | ||
if (postURL.hostname !== 'localhost' || postURL.hostname != '127.0.0.1') { | ||
if (postURL.hostname !== 'localhost' && postURL.hostname !== '127.0.0.1') { | ||
console.error('Invalid URL `%s`. Only localhost URLs are supported.', | ||
@@ -22,0 +22,0 @@ baseURL); |
{ | ||
"name": "strong-deploy", | ||
"description": "Deploy a node application to a StrongLoop process manager", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"keywords": [ | ||
@@ -36,3 +36,3 @@ "StrongLoop", | ||
"dependencies": { | ||
"debug": "^0.8.1", | ||
"debug": "^2.0.0", | ||
"shelljs": "^0.3.0", | ||
@@ -39,0 +39,0 @@ "posix-getopt": "^1.0.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25261
18
10
+ Addeddebug@2.6.9(transitive)
+ Addedms@2.0.0(transitive)
- Removeddebug@0.8.1(transitive)
Updateddebug@^2.0.0