git2consul
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "git2consul", | ||
"description": "System for moving data from git to consul", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"contributors": [ | ||
@@ -6,0 +6,0 @@ { |
@@ -93,3 +93,3 @@ #### git2consul | ||
"include_branch_name" : false, | ||
"mountpoint": "/nested/root/for/keys", | ||
"mountpoint": "nested/root/for/keys", | ||
"branches" : ["development", "staging", "production"], | ||
@@ -96,0 +96,0 @@ "hooks": [{ |
@@ -44,4 +44,4 @@ var fs = require('fs'); | ||
exports.setConfig(config, function(err) { | ||
if (err) return console.error("Failed to write config"); | ||
if (err) return console.error("Failed to write config: %s", err); | ||
}); | ||
} |
AI-detected potential security risk
Supply chain riskAI has determined that this package may contain potential security issues or vulnerabilities.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
20993803
53
2873
3