Comparing version 3.0.1 to 3.0.2
@@ -42,4 +42,9 @@ /** | ||
if (actualConfig !== null) { | ||
conf.save(actualConfig, function () { | ||
exit(); | ||
conf.save(actualConfig, function (err) { | ||
if (err) { | ||
process.stderr.write(err.message); | ||
exit(2); | ||
} else { | ||
exit(); | ||
} | ||
}); | ||
@@ -46,0 +51,0 @@ } |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "e2e-conf", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"main": "conf.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -0,0 +0,0 @@ # e2e-conf - Easy Configuration for E2E Bridge Node.js Services |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ /** |
{ | ||
"hello": "changed" | ||
} |
no JSON |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
33577
870
3